Event busΒΆ
The event bus is used to send and handle events. The event bus starts a thread that dispatches the queued events regularly. Every registered handlers for each posted events are called one by one in an unspecified order.
The event bus is used to send and handle events. The event bus starts a thread that dispatches the queued events regularly. Every registered handlers for each posted events are called one by one in an unspecified order.