queues
0 synonyms found
No synonyms found for queues. Try a different form of the word.
Definition
(n) : (UK, Ireland, Commonwealth, less common in North America) A line of people, vehicles or other objects, usually one to be dealt with in sequence (i.e., the one at the front end is dealt with first, the one behind is dealt with next, and so on), and which newcomers join at the opposite end (the back).
(n) : A waiting list or other means of organizing people or objects into a first-come-first-served order.
(v) : (intransitive) To put oneself or itself at the end of a waiting line.
(v) : (intransitive) To arrange themselves into a physical waiting queue.
(n) : (computing) A data structure in which objects are added to one end, called the tail, and removed from the other, called the head (in the case of a FIFO queue). The term can also refer to a LIFO queue or stack where these ends coincide.
(v) : (computing, transitive) To add to a queue data structure.