Liking cljdoc? Tell your friends :D

promesa.exec.bulkhead

Bulkhead pattern: limiter of concurrent executions.

Bulkhead pattern: limiter of concurrent executions.
raw docstring

bulkhead?clj

(bulkhead? o)

Check if the provided object is instance of Bulkhead type.

Check if the provided object is instance of Bulkhead type.
sourceraw 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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close