Join Slack
Communities
Powered by
What are the advantages/disadvantages of the atomi...
# announcements
s
Scott Whitman
12/21/2020, 3:27 PM
What are the advantages/disadvantages of the atomicFu
ReentrantLock.withLock {}
vs. the coroutines
Mutex.withLock {}
?
s
streetsofboston
12/21/2020, 3:36 PM
ReentrantLock is blocking. Mutex is not blocking, it is suspending instead.
s
Scott Whitman
12/21/2020, 3:40 PM
Thanks!
3
Views
Open in Slack
Previous
Next