lifetimed Coroutine Scope
suspend fun <T> lifetimedCoroutineScope(lifetime: Lifetime, action: suspend CoroutineScope.() -> T): T
Creates a coroutineScope that will be cancelled on the passed lifetime termination
Creates a coroutineScope that will be cancelled on the passed lifetime termination