leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
651 stars 26 forks source link

continuous operators should skip work on duplicates #69

Closed leonoel closed 1 year ago

leonoel commented 2 years ago

When a continuous flow is sampled, if the current value is = to the previous one, it is not a change and nothing meaningful should happen.

leonoel commented 1 year ago

Released in b.27