wait() notify () method in Kotlin
# announcements
m
wait() notify () method in Kotlin
google 2
K 1
g
To have access to monitor methods cast object explicitly to java.lang.Object Those are not exposed in Kotlin's Any class
c
And you should rarely use them
Better to use explicit synchronization using locks