<@U0NPL9MPU> There is a `Mutex`, but it is rarely ...
# coroutines
e
@Dalinar There is a
Mutex
, but it is rarely needed with coroutines. You should avoid sharing state. You can read more here: https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md#shared-mutable-state-and-concurrency