Is it correct to say that the execution order of m...
# coroutines
e
Is it correct to say that the execution order of multiple coroutines is non deterministic, while the execution within the coroutine lambda is deterministic?
v
1) Depends on the scheduler you use; 2) Yes