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

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

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