fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Use static props instead of values for subjects #108

Closed stijnmoreels closed 6 years ago

stijnmoreels commented 6 years ago

This would make the creation of subjects like 'factory props' instead of values.

panesofglass commented 6 years ago

Thanks!