Function dvcompute::simulation::queue::stats::new_lcfs_queue[][src]

pub fn new_lcfs_queue<T>(
    max_count: isize
) -> NewQueue<FCFSStrategy, LCFSStrategy, FCFSStrategy, T> where
    T: 'static, 
Expand description

Create a new bounded LCFS (a.k.a LIFO) queue by the specified capacity.