?future ( future -- value )
Futures

Prev:future ( quot -- future )
Next:?future-timeout ( future timeout -- value )


Vocabulary
concurrency.futures

Inputs
futurea future


Outputs
valuean object


Word description
Waits for a deferred computation to complete, blocking indefinitely.

Errors
Throws an error if future quotation threw an error.

Definition