<promise> ( -- promise )
Promises

Prev:promise
Next:fulfill ( value promise -- )


Vocabulary
concurrency.promises

Inputs
None

Outputs
promisea promise


Word description
Creates a new promise which may be fulfilled by calling fulfill.

Definition