Queue¶
A queue may be one of the following:
A datastructure, also called a stack, built on top of arrays
A class, in the
ext/ds, the data structures extensionA job Queue, which collect and dispatch loads of work, to background processes.
Related : Datastack, Jobqueue, Message Queue, array_shift(), Data Structure, Data Structure