FCFSQueue

Type Alias FCFSQueue 

Source
pub type FCFSQueue<T> = Queue<FCFSStrategy, FCFSStrategy, T>;
Expand description

A type synonym for the ordinary FIFO queue, also known as the FCFS (First Come - First Serviced) queue.

Aliased Typeยง

pub struct FCFSQueue<T> { /* private fields */ }