Type Definition dvcompute::simulation::queue::FCFSQueue[][src]

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

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