milibopp / carboxyl

Functional Reactive Programming library for Rust
Mozilla Public License 2.0
405 stars 19 forks source link

Remove SignalMut #95

Closed milibopp closed 8 years ago

milibopp commented 8 years ago

I have strong doubts, that the semantics of SignalMut are solid. Also, it is much cleaner to interface with a mutable component of the application, as one would interface with other services. That is, by listening to event streams, polling from signals and feeding into sinks.