outr / reactify

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

Support State Saving / Loading #19

Closed darkfrog26 closed 6 years ago

darkfrog26 commented 7 years ago

Support grabbing the current state of a Var before assigning a new value to be able to set the function and observers back later.

darkfrog26 commented 6 years ago

Similar to #23