RdWireableContinuation

abstract class RdWireableContinuation(val lifetime: Lifetime, val scheduler: IScheduler? = null)

Constructors

Link copied to clipboard
fun RdWireableContinuation(lifetime: Lifetime, scheduler: IScheduler? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun run()

Properties

Link copied to clipboard
val lifetime: Lifetime
Link copied to clipboard
val scheduler: IScheduler? = null