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

pub fn enqueue_io_event_with_priority(
    time: f64,
    priority: isize,
    comp: EventBox<()>
) -> EnqueueIOWithPriority
Expand description

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