Handbook
Glossary
?future ( future -- value )
Futures
Prev:
future ( quot -- future )
Next:
?future-timeout ( future timeout -- value )
Vocabulary
concurrency
.
futures
Inputs
future
a
future
Outputs
value
an
object
Word description
Waits for a deferred computation to complete, blocking indefinitely.
Errors
Throws an error if future quotation threw an error.
Definition
USING:
concurrency.mailboxes
concurrency.promises
;
IN:
concurrency.futures
:
?future
( future -- value )
?promise
?linked
;