- (future/timeout TIMEOUT EXPRESSION) -> PROMISEsyntax
- (&begin/timeout TIMEOUT BODY ...) -> PROMISEsyntax
Variation of future. The evaluation of EXPRESSION receives an exceptions for which timeout-condition? holds after TIMEOUT.
&begin/timeout is the same as future/timeout with BODY ... waped in begin.