(config-property name)
(pipe queue-size)
Returns a vector containing a sequence that will read from the queue, and a function that inserts items into the queue.
Based upon: http://clj-me.cgrand.net/2010/04/02/pipe-dreams-are-not-necessarily-made-of-promises/ http://oobaloo.co.uk/clojure-from-callbacks-to-sequences
Returns a vector containing a sequence that will read from the queue, and a function that inserts items into the queue. Based upon: http://clj-me.cgrand.net/2010/04/02/pipe-dreams-are-not-necessarily-made-of-promises/ http://oobaloo.co.uk/clojure-from-callbacks-to-sequences
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close