Starts consuming the queue.
As long as events are enqueued they will continue to be consumed.
Push the event and its related data to the queue.
The event to enqueue.
Promise containing data related to the event.
Factory for EventQueues.
Type of the queue to create.
Function which is called when an event is consumed.
The newly created EventQueue.
Generated using TypeDoc
EventQueue for which all events are enqueued in their order of arrival.
The foremost event is processed as soon as its data is available.