Function dvcompute::simulation::resource::new_lcfs_resource_with_max_count[][src]

pub fn new_lcfs_resource_with_max_count(
    count: isize,
    max_count: Option<isize>
) -> NewResource<LCFSStrategy>
Expand description

Create a new LCFS (a.k.a LIFO) resource by the specified initial count and optional maximum count, i.e. capacity.