Queue
A Queue is a first-in first-out (FIFO) memory construct for operating on and passing data between parallel processes where one process is creating data to be used by another process.
See Also
Functions Palette/Programming/Synchronization/Queue Operations