Marc Knaup
val coroutineContext = parentScope.coroutineContext + CoroutineName("foo")
GlobalScope.launch(coroutineContext) {…}
CoroutineScope(coroutineContext).launch {…}
louiscad
Job
CoroutineContext
CoroutineScope
A modern programming language that makes developers happier.