Liking cljdoc? Tell your friends :D

proletarian.protocols


QueueWorkercljprotocol

The process that runs the job workers for a particular queue.

The process that runs the job workers for a particular queue.

start!clj

(start! _)

Sets up a thread pool and starts polling for jobs.

Sets up a thread pool and starts polling for jobs.

stop!clj

(stop! _)

Shuts down the job workers and the thread pool. Will allow running jobs to complete before shutting down the thread pool.

Shuts down the job workers and the thread pool. Will allow running jobs
to complete before shutting down the thread pool.
sourceraw docstring

Serializercljprotocol

decodeclj

(decode _ data-string)

encodeclj

(encode _ data)
source

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