Open
Description
I use MutableProperty
to fill values coming through a Bluetooth protocol, and them being represented at real-time in different sections of the application.
I was thinking (and maybe it could be useful to add in this library) a method which fills a producer or signal with .Next(value)
events eachtime the original producer or signal doesn't send any value for a NSTimeInterval
. Using the DateSchedulerType
shouldn't be hard to achieve this behavior.
When the signal or the producer sends again a value, the "Default" event is replaced inmediately and the countdown starts again.
What do you think?