Queue Operations Functions

Use the Queue Operations functions located on the Functions»Advanced»Synchronization»Queue Operations palette to store data in a queue, which you can later retrieve as individual elements or as an array of all the data elements.

Click the icons for function descriptions.

Obtain Queue Enqueue Element Preview Queue Element Dequeue Element Release Queue Enqueue Element At Opposite End Get Queue Status Flush Queue

Dequeue Element Get Queue Status
Enqueue Element Obtain Queue
Enqueue Element At Opposite End Preview Queue Element
Flush Queue Release Queue

Unlike the Notifier Operations functions, the Queue Operations functions buffer data.

Refer to the examples\general\queue.llb for examples of using the Queue Operations functions.