Experimental core.async interface
Experimental core.async interface
(appender-chan queue)(appender-chan queue
               {:as opts
                :keys [ch error-ch]
                :or {ch (async/chan)
                     error-ch (async/chan (async/dropping-buffer 50))}})(tailer-chan queue)(tailer-chan
  queue
  {:keys [ch poll-interval] :or {ch (async/chan) poll-interval 50} :as opts})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 |