Liking cljdoc? Tell your friends :D

papaline.core


*post-execution-hook*clj

source

*pre-execution-hook*clj

source

abortclj

(abort)
(abort ret)
source

async-dedicated-thread-pool-pipelineclj

(async-dedicated-thread-pool-pipeline stages
                                      thread-pool
                                      &
                                      {:keys [error-handler]})
source

cancel-pipelineclj

(cancel-pipeline pipeline)
source

compound-pipelineclj

(compound-pipeline pipelines)
source

copy-stageclj

(copy-stage stage-fn & options)
source

counted-thread-factoryclj

(counted-thread-factory name-format daemon)
source

dedicated-thread-pool-pipelineclj

(dedicated-thread-pool-pipeline stages thread-pool & {:keys [error-handler]})
source

forkclj

(fork ret)
source

IPipelinecljprotocol

run-pipeline*clj

(run-pipeline* this args)

run-pipeline-timeout*clj

(run-pipeline-timeout* this timeout-interval timeout-val args)

run-pipeline-wait*clj

(run-pipeline-wait* this args)

start!clj

(start! this)

stop!clj

(stop! this)
source

joinclj

(join ret)
source

make-thread-poolclj

(make-thread-pool threads
                  queue-size
                  &
                  {:keys [overflow-action]
                   :or {overflow-action
                          (ThreadPoolExecutor$DiscardOldestPolicy.)}})
source

named-stageclj

(named-stage name & args)
source

pipelineclj

(pipeline stages & {:keys [error-handler]})
source

pipeline-stageclj

(pipeline-stage pipeline)

pipeline as a stage

pipeline as a stage
sourceraw docstring

run-pipelineclj

(run-pipeline this & args)
source

run-pipeline-timeoutclj

(run-pipeline-timeout this timeout-interval timeout-val & args)
source

run-pipeline-waitclj

(run-pipeline-wait this & args)
source

stageclj

(stage stage-fn
       &
       {:keys [in-chan buffer-size buffer-type] :or {buffer-size 100}})
source

start-stageclj

(start-stage s)
source

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

× close