Function dvcompute::simulation::event::enqueue_event_with_priority[][src]

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.