Arcadia


ListenerStack<'T>

Intended for use as a singleton, to allow broadcasting events to the listeners at the top of the stack, per-thread

Constructors

ConstructorDescription
new()
Signature:unit -> ListenerStack<'T>

Instance members

Instance memberDescription
Notify(obs)
Signature:obs:'T -> unit
Pop()
Signature:unit -> Action<'T>
Push(listener)
Signature:listener:Action<'T> -> unit
Fork me on GitHub