Back to FabImage Studio website

You are here: Start » Filter Reference » Queues » Queue_Push

Queue_Push


Module: FoundationLite

Adds an element to a queue. If queue is full the function works accordingly to inOverflowControl settings. By default blocks and waits for space.

Description

The inOverflowControl parameters

  • Timeout - it specifies the duration that Queue_Push will wait before executing the selected action.
  • Action - it determines how Queue_Push handles a new item when the queue is full. The options are:
    • Discard
    • RemoveFront
    • ReplaceBack

Complexity Level

This filter is available on Basic Complexity Level.