I would use Java’s wait / notify if they were easi...
# announcements
g
I would use Java’s wait / notify if they were easily available in Kotlin, or I could just do a while(true) { check condition / Thread.sleep(1) } in thread A