Daniele Segato
CoroutineScope
CoroutineContext
fun createCoroutineScope(): CoroutineScope = CoroutineScope(SupervisorJob() + Dispatchers.Default)
SupervisedJob
Dispatcher
diesieben07
CoroutineContext.Key
scope.coroutineContext[Job]
SupervisorJob
Job
companion object
scope.coroutineContext[CoroutineDispatcher]
Dispatchers.Default
Ctrl-H
Ctrl+Shift+A
A modern programming language that makes developers happier.