Liking cljdoc? Tell your friends :D

clj-tape.blocking


ConcurrentQueuecljprotocol

Protocol for concurrently-accessed queues, supporting atomic take!

Protocol for concurrently-accessed queues, supporting atomic take!

is-closed?clj

(is-closed? _)

Return true if queue is closed.

Return true if queue is closed.

take!clj

(take! _)
(take! _ timeout timeout-val)

Atomically peek-and-remove

Atomically peek-and-remove
sourceraw docstring

make-blocking-queueclj

(make-blocking-queue queue & {:keys [timeout] :as options})
source

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

× close