Marcin Wisniowski
01/28/2019, 6:37 PMhudsonb
01/28/2019, 6:42 PMlock()
and unlock()
on lock
. The second holds a monitor on the lock
object.Marcin Wisniowski
01/28/2019, 6:47 PMghedeon
01/28/2019, 6:52 PMMemory semantic of the Mutex is similar to synchronized block on JVM
Marcin Wisniowski
01/28/2019, 6:55 PMwithLock
?ghedeon
01/28/2019, 6:57 PMMutex.withLock()
is suspend itselfMarcin Wisniowski
01/28/2019, 7:01 PM