Hello, I would also be interested to know how and if this kind of functionality relates to Reactive.jl. Looking at the docs for Reactive, it seems it was designed for "continuous" signals. In Reactive, sampling seems to be needed, while in a classical signal/slot implementation (such as in Qt) slots are linked to a signal and called whenever the signal is emitted, i.e. changes value.
So would the way forward for the system described by OP be to extend Reactive (if needed), or should this be a separate package? Cheers, Bart On Tuesday, May 31, 2016 at 2:17:54 AM UTC+2, Steven G. Johnson wrote: > > Reactive.jl?
