?promise ( promise -- result )
Promises

Prev:fulfill ( value promise -- )
Next:?promise-timeout ( promise timeout -- result )


Vocabulary
concurrency.promises

Inputs
promisea promise


Outputs
resultan object


Word description
Waits for another thread to fulfill a promise, returning immediately if the promise has already been fulfilled.

Definition