Liking cljdoc? Tell your friends :D

qbits.tape.async

Experimental core.async interface

Experimental core.async interface
raw docstring

appender-chanclj

(appender-chan appender)
(appender-chan appender
               {:keys [ch error-ch]
                :or {ch (async/chan)
                     error-ch (async/chan (async/dropping-buffer 50))}})
source

tailer-chanclj

(tailer-chan tailer)
(tailer-chan tailer
             {:keys [ch poll-interval] :or {ch (async/chan) poll-interval 50}})
source

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