noun
Computing term for a data structure that holds items in order, often processed in a first-in-first-out manner. Compare with キュー, the more common loanword.
See also: キュー
メッセージは待ち行列に入れられ、順に処理される。
Messages are placed in a queue and processed in order.
In this system, print jobs are managed in a queue.