Hi, I'm interesting in idea where I can use single...
# coroutines
v
Hi, I'm interesting in idea where I can use single CoroutineContext to queue execution if launching from different places. I was trying to use single instance of newSingleThreadContext , but it still executes block in parallel