TransAlt


Promise<'a>

A promise p on p.signal(v) completes the future(Async<'a>) returned by p.future.

Instance members

Instance memberDescription
cancel()
Signature: unit -> bool
Modifiers: abstract
future
Signature: Async<'a>
Modifiers: abstract
signal(arg1)
Signature: 'a -> bool
Modifiers: abstract
Fork me on GitHub