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

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

A type synonym for the ordinary LIFO queue, also known as the LCFS (Last Come - First Serviced) queue.