Liking cljdoc? Tell your friends :D
Clojure only.

co.multiply.quiescent.adapter.core-async


as-chanclj

(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).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close