Liking cljdoc? Tell your friends :D

com.biffweb.background


fx-handlersclj

A biff.fx handlers map containing :biff.background.fx/submit-jobs submit-jobs

A biff.fx handlers map containing
`:biff.background.fx/submit-jobs submit-jobs`
sourceraw docstring

moduleclj

(module)

A biff.core module that wraps both tasks-module and queues-module. Module ID is :biff.background/module.

  • Aggregates :biff.background/tasks and :biff.background/queues from other modules. Tasks and queues are only aggregated on startup, not whenever modules change.
A biff.core module that wraps both tasks-module and queues-module. Module ID
is :biff.background/module.

- Aggregates :biff.background/tasks and :biff.background/queues from other
  modules. Tasks and queues are only aggregated on startup, not whenever
  modules change.
sourceraw docstring

queues-moduleclj

(queues-module)

On start, initializes a queue and fixed executor thread pool for each entry in :biff.background/queues. Module ID is :biff.background/queues-module.

Provides a :biff.fx/handlers entry (:biff.background.fx/submit-jobs) and aggregates :biff.background/queues from other modules.

On start, initializes a queue and fixed executor thread pool for each entry
in :biff.background/queues. Module ID is :biff.background/queues-module.

Provides a :biff.fx/handlers entry (:biff.background.fx/submit-jobs)
and aggregates :biff.background/queues from other modules.
sourceraw docstring

submit-jobsclj

(submit-jobs {:biff.background/keys [queues]} queue-id jobs)

Adds jobs to the specified queue.

queue-id - :biff.background/queue-id jobs - Sequence of :biff.background/job

Adds `jobs` to the specified queue.

queue-id - :biff.background/queue-id
jobs     - Sequence of :biff.background/job
sourceraw docstring

tasks-moduleclj

(tasks-module)

On start, calls chime.core/chime-at for each task. Module ID is :biff.background/tasks-module.

Aggregates :biff.background/tasks from other modules. Each task function receives the system map as its sole argument.

On start, calls chime.core/chime-at for each task. Module ID is
:biff.background/tasks-module.

Aggregates :biff.background/tasks from other modules. Each task function
receives the system map as its sole argument.
sourceraw 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