Signaler

class Signaler<T>(var signal: T, val gate: iGate = Gate())

Pass this into a blocking routing to provide the ability to wake up the routine (typically to abort it)

Constructors

Link copied to clipboard
constructor(signal: T, gate: iGate = Gate())

Properties

Link copied to clipboard
val gate: iGate
Link copied to clipboard