VIVEK SHAH
12/22/2022, 1:29 PMBEFORE launching async tasks in Thread main
AFTER launching async tasks in Thread main
Task 1 in Thread main
Task 2 in Thread main
Sam
12/22/2022, 1:53 PMrunBlocking
. That's what provides the scheduler, and yes, it works pretty much the way you describe. It's referred to as an "event loop", because it loops over the incomplete coroutines and runs them one by one.uli
12/23/2022, 12:15 AMVIVEK SHAH
12/23/2022, 1:06 AM