paf31 / purescript-behaviors

A simple push-pull FRP implementation
MIT License
135 stars 21 forks source link

Add the `gate` and `gateBy` functions #19

Closed i-am-tom closed 7 years ago

i-am-tom commented 7 years ago

Now, a Behavior can be sampled on an Event according to a predicate. This is pretty exciting; it's basically a dynamic filter.

paf31 commented 7 years ago

Thanks!