outr / reactify

The first and only true Functional Reactive Programming framework for Scala.
MIT License
86 stars 4 forks source link

Support Managed Observable Changes #12

Closed darkfrog26 closed 7 years ago

darkfrog26 commented 7 years ago

Some reactive functions are expensive or change very frequently. It would be very useful to support an optional external "update" call to allow it to be better managed.