Is there a better way to do this `scope + Supervis...
# coroutines
d
Is there a better way to do this
scope + SupervisorJob(scope.coroutineContext.job)
? I just want to create a child coroutine scope.
t
If you need a class-local SupervisorScope, then I don't think there is an alternative ... Would be great if there were an extension to create child (Supervisor)Job
z
d
Just what I was looking for.