(c->p c)Creates a promise and resolves it with the val of channel c
taken by <!, excepted val is an instance of ExceptionInfo rejects the
promise. Closes the channel after took val.
Creates a promise and resolves it with the val of channel `c` taken by `<!`, excepted val is an instance of `ExceptionInfo` rejects the promise. Closes the channel after took val.
(p->c p)Creates a promise-chan and put the val of resolved promise p
or put an instance of ExceptionInfo if promise is rejected.
Closes the channel after took val.
Creates a `promise-chan` and put the val of resolved promise `p` or put an instance of `ExceptionInfo` if promise is rejected. Closes the channel after took val.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |