(async-dedicated-thread-pool-pipeline stages
thread-pool
&
{:keys [error-handler]})
(dedicated-thread-pool-pipeline stages thread-pool & {:keys [error-handler]})
(run-pipeline* this args)
(run-pipeline-timeout* this timeout-interval timeout-val args)
(run-pipeline-wait* this args)
(start! this)
(stop! this)
(make-thread-pool threads
queue-size
&
{:keys [overflow-action]
:or {overflow-action
(ThreadPoolExecutor$DiscardOldestPolicy.)}})
(pipeline-stage pipeline)
pipeline as a stage
pipeline as a stage
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close