Liking cljdoc? Tell your friends :D

ryuuseijin.chan-utils.core


<!?cljmacro

(<!? & body)
source

<?cljmacro

(<? & body)
source

catchallcljmacro

(catchall & body)
source

dochancljmacro

(dochan [value channel] & body)

A shortcut for a simple go loop that executes a body for each value take from a channel.

A shortcut for a simple go loop that executes a body for each value take from a channel.
sourceraw docstring

go-catchallcljmacro

(go-catchall & body)
source

resolved-promise-chanclj

(resolved-promise-chan v)

Returns a promise-chan that resolves to the given value.

Returns a promise-chan that resolves to the given value.
sourceraw docstring

thread-catchallcljmacro

(thread-catchall & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close