Liking cljdoc? Tell your friends :D
Clojure only.

com.timezynk.useful.timed-queue


TimedQueuecljprotocol

push-job!clj

(push-job! this type run-at payload)

Add job to queue, scheduled to run no earlier than run-at milliseconds after epoch.

Add job to queue, scheduled to run no earlier than run-at milliseconds after epoch.

upsert-job!clj

(upsert-job! this type run-at selector update)

Update or insert a job into the queue, scheduled to run no earlier than run-at milliseconds after epoch.

Update or insert a job into the queue, scheduled to run no earlier than run-at milliseconds after epoch.

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