Is there a way to control when listeners are being notified ?
rhythmize opened this issue · 0 comments
rhythmize commented
I have a use case when I want to pop out the events from the bus manually instead instantaneously.
For instance, notifier will keep pushing events on the bus and they'll be queued. And I'll trigger let's say every 2 seconds and pop those events from the bus and callbacks will be called.