Skip to main content

Module queue

Module queue 

Source
Expand description

The utterance queue and the policy that governs what a new submission does to whatever is already speaking.

Interrupt and Front differ only in what happens to the current utterance, which this type does not own – the engine does. Both put the new utterance at the head; the engine additionally stops the current one for Interrupt.

Structs§

Queue
Utterance

Enums§

Policy
Source