elizarov
06/15/2017, 9:55 PMUnconfined
dispatcher for very light-weight coroutines (they will always execute in somebody else's thread without any thread switch/dispatch) and using CoroutineStart.UNDISPATCHED
to run initial portion of the freshly started coroutine directly in the invoker thread.