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

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

Create a new unbounded FCFS (a.k.a FIFO) queue by the specified capacity.