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

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

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