elizarov
11/14/2017, 4:27 PMMutexFré Dumazy
11/14/2017, 4:35 PMelizarov
11/14/2017, 4:37 PMval mutex = Mute()
mutex.withLock { // just like synchronized(lock)
// critical section
}Fré Dumazy
11/14/2017, 4:39 PMlock, tryLock etc methods for a default use case?elizarov
11/14/2017, 4:39 PMelizarov
11/14/2017, 4:40 PMwithLock covers the typical useFré Dumazy
11/15/2017, 9:09 AM