<@U223RM5CH> It depends on your definition of “blo...
# coroutines
e
@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.