SequentialLifetimes

open class SequentialLifetimes(parentLifetime: Lifetime)

Constructors

Link copied to clipboard
fun SequentialLifetimes(parentLifetime: Lifetime)

Functions

Link copied to clipboard
open fun defineNext(fNext: (LifetimeDefinition, Lifetime) -> Unit)
Link copied to clipboard
open fun next(): LifetimeDefinition
Link copied to clipboard
open fun terminateCurrent()

Properties

Link copied to clipboard
val isTerminated: Boolean