LifecycleCoroutineLauncher
A SimpleCoroutineLauncher that launches coroutines in the STARTED
state.
Properties
Functions
Link copied to clipboard
open override fun rawLaunch(context: CoroutineContext, start: CoroutineStart, block: suspend CoroutineScope.() -> Unit): Job