Optional
options: SignalQueueOptionsReadonly
backSignal returning the element at the back of the queue
Readonly
backSignal returning the current back element and whether it was just added
Readonly
emptyA signal emitting true if there are no items in the queue
Readonly
frontSignal returning the element at the front of the queue
Readonly
frontSignal returning the current front element and whether it was just added
Readonly
itemsA signal emitting the items of the queue
Readonly
lengthA signal emitting the number of items in the queue
The max size of the queue
A signal FIFO queue