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

pub fn new_fcfs_resource(count: isize) -> NewResource<FCFSStrategy>
Expand description

Create a new FCFS (a.k.a FIFO) resource by the specified initial count that becomes the capacity as well.