Bulkhead pattern: limiter of concurrent executions.
Bulkhead pattern: limiter of concurrent executions.
(bulkhead? o)
Check if the provided object is instance of Bulkhead type.
Check if the provided object is instance of Bulkhead type.
(create &
{:keys [executor concurrency queue-size on-run on-queue]
:or {concurrency 1 queue-size Integer/MAX_VALUE}
:as params})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close