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 is a website building & hosting documentation for Clojure/Script libraries

× close