outr / reactify

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

Add Support for Try #5

Closed darkfrog26 closed 7 years ago

darkfrog26 commented 7 years ago

Add toTry for State as a better mechanism for capturing errors along with a default exception handler.

darkfrog26 commented 7 years ago

On second consideration this isn't really necessary or even probably useful.