Daniel
val parentScope: CoroutineScope val childScope = parentScope.something()
Marc Knaup
CoroutineScope(parentScope.coroutineContext + SupervisorJob())
supervisorScope { your child code() }
A modern programming language that makes developers happier.