elizarov
06/22/2017, 11:19 AMlaunch
the coroutine is scheduled for execution at some later point in time. However, in order not to miss events, we need consumer to be started immediately, that is what CoroutineStart.UNDISPATCHED
does (if you faimilar with C#, that is what C# async
does by default).