launchChild

fun CoroutineScope.launchChild(lifetime: Lifetime, context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job

Deprecated

Use launch without lifetime or lifetimedCoroutineScope


fun CoroutineScope.launchChild(lifetime: Lifetime, scheduler: IScheduler, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job

Deprecated

Use launch method without lifetime or lifetimedCoroutineScope