Clojure 1.10 introduces two notable features: tap and datafy. The tap system is an atom holding a set of single-arity functions that are asynchronously called on values sent via tap>. Functions can be added with add-tap and removed with remove-tap, making it useful for diagnostics, streaming values, or non-blocking side
Sort: