TransAlt


Promise

Nested types and modules

TypeDescription
Promise<'a>

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

Functions and values

Function or valueDescription
create ()
Signature: unit -> Promise<'a>
Type parameters: 'a

creates an unfinished promise

wrapWrkfl wrkfl
Signature: wrkfl:Async<'?7158> -> Async<unit> * Async<'?7158>
Type parameters: '?7158

starts a workflow and returns a promise(the same as Async.StartChild)

Fork me on GitHub