Skip to main content

Module event_queue

Module event_queue 

Source
Expand description

Priority-aware media event queue.

Provides an in-memory queue of MediaEvent items ordered by EventPriority, suitable for coordinating asynchronous media pipeline stages without an external message broker.

Structs§

EventQueue
A bounded, priority-ordered queue of MediaEvents.
MediaEvent
A media pipeline event with an associated payload string and priority.

Enums§

EventPriority
Scheduling priority for a media event.