Join Slack
Powered by
<@U0NPL9MPU> There is a `Mutex`, but it is rarely ...
# coroutines
e
elizarov
11/06/2017, 10:15 AM
@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
Open in Slack
Previous
Next