Liking cljdoc? Tell your friends :D
Clojure only.

clj-flowdock.util


config-propertyclj

(config-property name)

pipeclj

(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
raw docstring

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

× close