Vivek Sharma
01/31/2021, 6:47 PMflowOn(dispatcher)
, and receiving in runBlocking{} scope which is in main dispatcher
😅, correct me if wronggildor
02/01/2021, 12:27 AMVivek Sharma
02/01/2021, 3:19 AMgildor
02/01/2021, 3:46 AMVivek Sharma
02/01/2021, 10:46 AMgildor
02/02/2021, 2:55 AMwe can have different contexts and dispatchers to dispatch coroutine to another threadNot sure what you mean My point that the same context or even the same dispatcher doesn’t mean that the same thread will be used, and opposite also true, different context and dispatchers doesn’t necessary mean that different thread will be used
Vivek Sharma
02/02/2021, 4:40 AM