Liking cljdoc? Tell your friends :D

tech.queue.task

Generic things that can be executed on the queue. Uses keyword dispatch

Generic things that can be executed on the queue.  Uses keyword dispatch
raw docstring

add-processor-to-msgclj

(add-processor-to-msg task-obj-constructor-var msg)
source

forward-queue-processorclj

(forward-queue-processor process-fn
                         &
                         {:keys [log-context-fn ready-fn retire-fn
                                 resource-map-fn]})
source

keyword->fnclj

(keyword->fn kwd)
source

msg->task-objectclj

(msg->task-object context msg)
source

put!clj

(put! queue constructor-var msg options)
source

task-processorclj

(task-processor context
                &
                {:keys [dispatch-fn] :or {dispatch-fn msg->task-object}})
source

var->keywordclj

(var->keyword var)

Given a var, make a keyword that points to it

Given a var, make a keyword that points to it
sourceraw docstring

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

× close