Katarzyna
Vishnu Haridas
scopeA.launch(SupervisorJob()){ // coroutineX launch { // coroutineY } launch { // coroutineZ } }
[scopeA+SupervisorJob()] - [ScopeA+Job()] runs coroutineX - [ScopeA+Job()] runs coroutineY - [ScopeA+Job()] runs coroutineZ
coroutineY
coroutineZ
Job
CoroutineContext
launch
A modern programming language that makes developers happier.