Watches
5adds f, a fn of one argument, to the tap set. This function will be called with anything sent via tap>. This function ...
functionclojure.core
Adds a watch function to an agent/atom/var/ref reference. The watch fn must be a fn of 4 args: a key, the reference, i...
functionclojure.core
Remove f from the tap set.
functionclojure.core
Removes a watch (set by add-watch) from a reference
functionclojure.core
sends x to any taps. Will not block. Returns true if there was room in the queue, false if not (dropped).
functionclojure.core