Function dvcompute::simulation::resource::stats::request_resource_with_priority[][src]

pub fn request_resource_with_priority<S>(
    resource: Rc<Resource<S>>,
    priority: S::Priority
) -> RequestWithPriority<S> where
    S: QueueStrategy + 'static,
    S::Priority: Clone
Expand description

Request for the resource within Process computation with the specified priority.