Richard Prince
04/17/2023, 9:49 AMsimon.vergauwen
04/17/2023, 9:57 AMSuspendApp
. Well, it needs to some be launched on the CoroutineScope
of the lambda of SuspendApp
. block: suspend CoroutineScope.() -> Unit
.
Dispatchers are do not affect structured concurrency.Richard Prince
04/17/2023, 9:59 AMsimon.vergauwen
04/17/2023, 10:03 AM