25 _event_queue = event_queue;
void set_event_queue(EventQueue *event_queue)
Specifies a custom event queue to be used for throwing done events from intervals as they finish.
A queue of pending events.
This object holds a number of currently-playing intervals and is responsible for advancing them each ...
EventQueue * get_event_queue() const
Returns the custom event queue to be used for throwing done events from intervals as they finish.