elizarov
03/16/2018, 6:40 PMdekans
03/18/2018, 9:13 PMNo two actions in the same coroutine can be concurrentWhat's the exact definition/scope of one coroutine when used with via
Channel?
I experimented an actor executes its actions sequentially, even when its coroutines context is CommonPool, but I'm curious to get it right.elizarov
03/18/2018, 9:54 PMlaunch, async, produce, actor or a similar coroutine builder.dekans
03/19/2018, 8:43 AMactor for example is still in the same coroutine