On Monday, May 21, 2012, Igor R wrote:
Do you really need to store arguments and re-signal with timer? If all
you need is just to ignore too frequent signals, you can do this in a
much simpler way:

Igor,

Thank you for your reply.  Consider the case where two signals are generated 1 ms apart.  With your implementation, the observer will end up with the arguments from the first signal.  With my more complicated implementation, the observer will end up with the most recent signal arguments.

 Chris