(as-chan t)Convert a task to a core.async channel.
Returns a channel that receives the task's result when it settles. If the task fails, the exception is thrown when taking from the channel. Note: nil results throw IllegalArgumentException (can't put nil on channel).
Convert a task to a core.async channel. Returns a channel that receives the task's result when it settles. If the task fails, the exception is thrown when taking from the channel. Note: nil results throw IllegalArgumentException (can't put nil on channel).
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 |