(CELL_ROUTES)
(CELL_ROUTES-reset val)
(CELL_STATE)
(CELL_STATE-reset val)
(fn-echo-async arg ms)
echos the first arg after delay
echos the first arg after delay
(fn-error-async ms)
throws an error after delay
throws an error after delay
(fn-final-set worker suppress)
sets the worker state to final
sets the worker state to final
(fn-self f)
applies arguments along with self
applies arguments along with `self`
(fn-set-state worker state set-fn suppress)
helper to set the state and emit event
helper to set the state and emit event
(fn-trigger worker op topic status body)
triggers an event
triggers an event
(fn-trigger-async worker op topic status body ms)
triggers an event after a delay
triggers an event after a delay
(routes-init routes worker)
initiates the base routes
initiates the base routes
(tmpl-local-route {:api/keys [route static async] :as entry})
templates a local function
templates a local function
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close