The simple policies to unblock an event in the queue.
The simple policies to unblock an event in the queue.
(fifo-policy [next-unblocked-event & rest-blocked :as _queue])
Select the first blocked consumer in the queue.
Select the first blocked consumer in the queue.
(lifo-policy queue)
Select the last blocked consumer in the queue.
Select the last blocked consumer in the queue.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close