Skip to main content
dequeue

dequeue

8.8
The action of taking the first item out of a queue in a computer program
  • noun
  • /diːˈkjuː/
  • Specialized
translation icon : desencolar
  • A dequeue occurs when the first item is removed from the queue.

Examples

  • A dequeue operation removes the first item from the processing queue.

  • After each dequeue, the next item in line becomes available for processing.

  • The system performs a dequeue every time a task is completed.

  • Did the system perform a dequeue operation?

  • A dequeue operation removes the first item from the processing queue.

  • The system performs a dequeue every time a task is completed.

  • After each dequeue, the next item in line becomes available for processing.

Surface Forms

dequeue singular
dequeues plural

Morphology

dequeue = dequeue (transparent) = de + queue

The noun is a regular zero-derived action noun from the verb 'dequeue'.

Etymology

Dequeue comes from the parts de- ('remove') and queue ('line'). A dequeue is the action of taking something out of the front of a line, which is exactly how the term is used in computing when the system removes the first item from a queue.