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