Hi! Why counter from example <https://github.com/K...
# coroutines
x
Hi! Why counter from example https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md#mutual-exclusion is not @Volitile ? CommonPool can have lot of threads and its can use master copy and increment their own value? Or I’m not right?