Liking cljdoc? Tell your friends :D

automaton-simulation-de.rc.impl.unblocking-policy.base

The simple policies to unblock an event in the queue.

The simple policies to unblock an event in the queue.
raw docstring

fifo-policyclj/s

(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.
raw docstring

lifo-policyclj/s

(lifo-policy queue)

Select the last blocked consumer in the queue.

Select the last blocked consumer in the queue.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close