Liking cljdoc? Tell your friends :D
Clojure only.

promesa.exec.bulkhead

Bulkhead pattern: limiter of concurrent executions.

Bulkhead pattern: limiter of concurrent executions.
raw docstring

createclj

(create &
        {:keys [executor concurrency queue-size on-run on-queue]
         :or {concurrency 1 queue-size Integer/MAX_VALUE}
         :as params})
source

IQueuecljprotocol

-offer!clj

(-offer! _ _)

-poll!clj

(-poll! _)
source

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

× close