(counter)
creates the executor counter
(counter)
creates the executor counter (counter)
(handle-entry {:keys [hooks] :as dispatch} key & args)
processes the hook on each stage
processes the hook on each stage
(inc-counter {:keys [options runtime] :as dispatch} key)
increment the executor counter
increment the executor counter
(on-batch dispatch)
helper for the on-batch stage
helper for the on-batch stage
(on-complete dispatch entry result)
helper for the complete stage
helper for the complete stage
(on-complete-bulk dispatch entries result)
helper for the complete stage
helper for the complete stage
(on-error dispatch entry error)
helper for the error stage
helper for the error stage
(on-process dispatch entry)
helper for the process stage
helper for the process stage
(on-process-bulk dispatch entries)
helper for the process stage
helper for the process stage
(on-queued dispatch entry)
helper for the queued stage
helper for the queued stage
(on-shutdown dispatch)
helper for the shutdown stage
helper for the shutdown stage
(on-startup dispatch)
helper for the startup stage
helper for the startup stage
(on-submit dispatch entry)
helper for the submit stage
helper for the submit stage
(update-counter {:keys [options runtime] :as dispatch} key f & args)
updates the executor counter
updates the executor counter
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close