Queue: Difference between revisions
Appearance
Logmanoriginal moved page Queue to Functions Palette/Programming/Synchronization/Queue Operations over redirect: Original Move was correct Tag: New redirect |
changed page from redirect to be the explaination of queues Tag: Removed redirect |
||
Line 1: | Line 1: | ||
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]] | |||
[[Category:Queue]] | |||
[[Category:Programming Elements]] |
Latest revision as of 17:34, 20 November 2020
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