Re-exports§

Structs§

  • An event priority queue. Used when the ordering of events should be influenced by other factors. This implementation does NOT provide double buffering. Writers and readers are expected to remove events as soon as they are read, this implies a one to one mapping between events and event handlers.

Traits§