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

pub fn new_lcfs_resource(count: isize) -> NewResource<LCFSStrategy>
Expand description

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