CoroutineScopeUtils

object CoroutineScopeUtils

Functions

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