flow.queue
multi-channel control flow sync queue (or FIFO)
доступно с версии: 0.9.1
аргументы:
свойства:
-
@max_size
Запросить/установить max queue size
тип: int
диапазон: 1..1024
по умолчанию: 32
-
@auto_pop
Запросить/установить auto pop mode. If true automatically pops oldest elements when queue is full
тип: bool
по умолчанию: 0
входы:
- 1st queue input messages
тип: control
- … queue input messages
тип: control
- n-th queue input messages
тип: control
- clear: remove all elements from all queues, output: output all element from all queues, flush: output and clear all element from all queues, bang or pop: output and remove first message in all queues
тип: control
выходы:
- 1st queue output
тип: control
- … queue output
тип: control
- n-th queue output
тип: control
ключевые слова:
counter
Авторы: Serge Poltavsky
Лицензия: GPL3 or later