CoroutineScopeUtils

object CoroutineScopeUtils

Functions

childScope
Link copied to clipboard
fun CoroutineScope.childScope(name: String? = null, context: CoroutineContext = EmptyCoroutineContext): CoroutineScope
childScopeContext
Link copied to clipboard
fun CoroutineScope.childScopeContext(name: String? = null, context: CoroutineContext = EmptyCoroutineContext): CoroutineContext
overrideWithSupervisorJob
Link copied to clipboard