Join Slack
Communities
Powered by
<@U223RM5CH> It depends on your definition of “blo...
# coroutines
e
elizarov
02/07/2018, 2:00 PM
@dragas
It depends on your definition of “blocking”, but
kotlinx.coroutines
has an implementation of
Mutex
that does not block a thread on
lock
invocation, but suspends a coroutine instead.
3
Views
Open in Slack
Previous
Next