new_fcfs_queue

Function new_fcfs_queue 

Source
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.