Liking cljdoc? Tell your friends :D
Clojure only.

diehard.bulkhead


bulkheadclj

(bulkhead opts)

Create bulkhead with given configuration:

  • concurrency: the max number of concurrent executions
Create bulkhead with given configuration:
* `concurrency`: the max number of concurrent executions
sourceraw docstring

IBulkheadcljprotocol

acquire!clj

(acquire! this)
(acquire! this timeout-ms)

release!clj

(release! this)
source

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

× close