Liking cljdoc? Tell your friends :D

std.dispatch.common


+args+clj


+pool-defaults+clj


await-terminationclj

(await-termination dispatch)
(await-termination {:keys [runtime] :as dispatch} callback)

generic await termination function for executor

generic await termination function for executor
raw docstring

check-hooksclj

(check-hooks hooks)

Checks that hooks conform to arguments

Checks that hooks conform to arguments
raw docstring

create-mapclj

(create-map {:keys [hooks options] :as m})

creates the base executor map

creates the base executor map
raw docstring

handle-fnclj

(handle-fn {:keys [handler] :as dispatch} entry)

generic handle function for entry

generic handle function for entry
raw docstring

health-dispatchclj

(health-dispatch dispatch)

returns the health of the executor

(let [d (create-map {:options {:pool {:size 1}}})] (health-dispatch d)) => {:status :ok}

returns the health of the executor

(let [d (create-map {:options {:pool {:size 1}}})]
  (health-dispatch d))
=> {:status :ok}
raw docstring

info-baseclj

(info-base {:keys [runtime type options] :as dispatch})

returns base executor info

returns base executor info
raw docstring

info-dispatchclj

(info-dispatch dispatch)
(info-dispatch {:keys [runtime] :as dispatch} level)

returns generic executor info

returns generic executor info
raw docstring

kill-dispatchclj

(kill-dispatch dispatch)
(kill-dispatch {:keys [runtime options] :as dispatch} callback)

generic force kill function for executor

generic force kill function for executor
raw docstring

props-dispatchclj

(props-dispatch {:keys [runtime] :as dispatch})

returns the props of the executor

returns the props of the executor
raw docstring

remote?-dispatchclj

(remote?-dispatch dispatch)

returns whether executor is remote

returns whether executor is remote
raw docstring

start-dispatchclj

(start-dispatch {:keys [runtime options] :as dispatch})

generic start function for executor

generic start function for executor
raw docstring

started?-dispatchclj

(started?-dispatch {:keys [runtime] :as dispatch})

checks if executor has started

checks if executor has started
raw docstring

stop-dispatchclj

(stop-dispatch dispatch)
(stop-dispatch {:keys [runtime options] :as dispatch} callback)

generic stop function for executor

generic stop function for executor
raw docstring

stopped?-dispatchclj

(stopped?-dispatch dispatch)

checks if executor has stopped

checks if executor has stopped
raw docstring

to-stringclj

(to-string {:keys [type display] :as dispatch})

returns the executorstring

returns the executorstring
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close