Liking cljdoc? Tell your friends :D
Clojure only.

cues.controllers

Provides a global controller cache.

Controllers ensure that blocking tailers will unblock when an appender writes to a blocking queue. Each queue has one and only one corresponding controller. Once a controller has been bound to a queue on disk, it should never be removed for the lifetime of the app, unless the queue has been deleted on disk, in which case, the controller must be purged from the cache.

Provides a global controller cache.

Controllers ensure that blocking tailers will unblock when an
appender writes to a blocking queue. Each queue has one and only one
corresponding controller. Once a controller has been bound to a
queue on disk, it should never be removed for the lifetime of the
app, unless the queue has been deleted on disk, in which case, the
controller must be purged from the cache.
raw docstring

lookupclj

(lookup path xtor)

purgeclj

(purge path)

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

× close