Track which 'watchers' are 'watching' which resources.
Use of this watcher is through core/async. A message is sent to the watcher-chan
to
register interest, unregister interest and send something to all that have registered interest.
The sending to registered listeners is the resposibility of the user of this watcher and is
done by consuming the core.async sender-chan
from this namespace.
Track which 'watchers' are 'watching' which resources. Use of this watcher is through core/async. A message is sent to the `watcher-chan` to register interest, unregister interest and send something to all that have registered interest. The sending to registered listeners is the resposibility of the user of this watcher and is done by consuming the core.async `sender-chan` from this namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close