pub fn enqueue_event_with_priority( time: f64, priority: isize, comp: EventBox<()>, ) -> EnqueueWithPriority
Enqueue an event which handler should be activated at the specified time with the given priority.