Karan Sharma
02/21/2024, 5:01 AMKaran Sharma
02/21/2024, 5:06 AMjoin
will make sure that execution is sequential, therefore, understood that job2 coroutine should be executed after job1 completes. but it does not even launch a coroutineKaran Sharma
02/21/2024, 5:08 AMPatrick Steiger
02/21/2024, 5:14 AMmain
finishes before throwing the exception, since it’s not under structured concurrency (myScope
is not a child of the `runBlocking`scope).Karan Sharma
02/21/2024, 5:17 AMKaran Sharma
02/21/2024, 5:19 AM