Hi, shouldn’t `Mutex` be part of the `kotlinx.coro...
# coroutines
g
Hi, shouldn’t
Mutex
be part of the
kotlinx.coroutines
library? I mean: if you embrace coroutines and replace all thread management by coroutines you may sometimes need it. It would be a pity to copy some mutex code instead of using an “official" version.