enqueue_event_with_priority

Function enqueue_event_with_priority 

Source
pub fn enqueue_event_with_priority(
    time: f64,
    priority: isize,
    comp: EventBox<()>,
) -> EnqueueWithPriority
Expand description

Enqueue an event which handler should be activated at the specified time with the given priority.