RdCoroutineScope

open class RdCoroutineScope(lifetime: Lifetime) : CoroutineScope

Constructors

Link copied to clipboard
fun RdCoroutineScope(lifetime: Lifetime)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T> async(    lifetime: Lifetime,     context: CoroutineContext = EmptyCoroutineContext,     start: CoroutineStart = CoroutineStart.DEFAULT,     action: suspend CoroutineScope.() -> T): Deferred<T>
Link copied to clipboard
fun launch(    lifetime: Lifetime,     context: CoroutineContext = EmptyCoroutineContext,     start: CoroutineStart = CoroutineStart.DEFAULT,     action: suspend CoroutineScope.() -> Unit): Job
Link copied to clipboard
open fun onException(throwable: Throwable)

Properties

Link copied to clipboard
override val coroutineContext: CoroutineContext