event queue
Technical computing term for a data structure that holds events waiting to be processed.
In GUI applications, the event queue manages user input.
Compound of 事象 (event) + 待ち行列 (queue). A direct translation of the English computing term 'event queue'.