Liking cljdoc? Tell your friends :D

std.dispatch.hooks


counterclj

(counter)

creates the executor counter

(counter)

creates the executor counter

(counter)
raw docstring

handle-entryclj

(handle-entry {:keys [hooks] :as dispatch} key & args)

processes the hook on each stage

processes the hook on each stage
raw docstring

inc-counterclj

(inc-counter {:keys [options runtime] :as dispatch} key)

increment the executor counter

increment the executor counter
raw docstring

on-batchclj

(on-batch dispatch)

helper for the on-batch stage

helper for the on-batch stage
raw docstring

on-completeclj

(on-complete dispatch entry result)

helper for the complete stage

helper for the complete stage
raw docstring

on-complete-bulkclj

(on-complete-bulk dispatch entries result)

helper for the complete stage

helper for the complete stage
raw docstring

on-errorclj

(on-error dispatch entry error)

helper for the error stage

helper for the error stage
raw docstring

on-pollclj

(on-poll dispatch group)

helper for the poll stage

helper for the poll stage
raw docstring

on-processclj

(on-process dispatch entry)

helper for the process stage

helper for the process stage
raw docstring

on-process-bulkclj

(on-process-bulk dispatch entries)

helper for the process stage

helper for the process stage
raw docstring

on-queuedclj

(on-queued dispatch entry)

helper for the queued stage

helper for the queued stage
raw docstring

on-shutdownclj

(on-shutdown dispatch)

helper for the shutdown stage

helper for the shutdown stage
raw docstring

on-skipclj

(on-skip dispatch entry)

helper for the skip stage

helper for the skip stage
raw docstring

on-startupclj

(on-startup dispatch)

helper for the startup stage

helper for the startup stage
raw docstring

on-submitclj

(on-submit dispatch entry)

helper for the submit stage

helper for the submit stage
raw docstring

update-counterclj

(update-counter {:keys [options runtime] :as dispatch} key f & args)

updates the executor counter

updates the executor counter
raw docstring

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

× close