Join Slack
Powered by
wait() notify () method in Kotlin
# announcements
m
Mahendran
09/10/2019, 10:56 AM
wait() notify () method in Kotlin
google
2
K 1
g
gildor
09/10/2019, 12:25 PM
To have access to monitor methods cast object explicitly to java.lang.Object Those are not exposed in Kotlin's Any class
c
cbruegg
09/10/2019, 2:01 PM
And you should rarely use them
cbruegg
09/10/2019, 2:01 PM
Better to use explicit synchronization using locks
19
Views
Open in Slack
Previous
Next