(await-termination dispatch)(await-termination {:keys [runtime] :as dispatch} callback)generic await termination function for executor
generic await termination function for executor
(check-hooks hooks)Checks that hooks conform to arguments
Checks that hooks conform to arguments
(create-map {:keys [hooks options] :as m})creates the base executor map
creates the base executor map
(handle-fn {:keys [handler] :as dispatch} entry)generic handle function for entry
generic handle function for entry
(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}(info-base {:keys [runtime type options] :as dispatch})returns base executor info
returns base executor info
(info-dispatch dispatch)(info-dispatch {:keys [runtime] :as dispatch} level)returns generic executor info
returns generic executor info
(kill-dispatch dispatch)(kill-dispatch {:keys [runtime options] :as dispatch} callback)generic force kill function for executor
generic force kill function for executor
(props-dispatch {:keys [runtime] :as dispatch})returns the props of the executor
returns the props of the executor
(remote?-dispatch dispatch)returns whether executor is remote
returns whether executor is remote
(start-dispatch {:keys [runtime options] :as dispatch})generic start function for executor
generic start function for executor
(started?-dispatch {:keys [runtime] :as dispatch})checks if executor has started
checks if executor has started
(stop-dispatch dispatch)(stop-dispatch {:keys [runtime options] :as dispatch} callback)generic stop function for executor
generic stop function for executor
(stopped?-dispatch dispatch)checks if executor has stopped
checks if executor has stopped
(to-string {:keys [type display] :as dispatch})returns the executorstring
returns the executorstring
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |