Skip to main content

Module command

Module command 

Source
Expand description

Bounded command queue using a crossbeam channel.

§CommandQueue — non-blocking command queue

CommandQueue provides safe command transfer from the control thread to the audio signal thread via a bounded crossbeam channel.

Structs§

CommandQueue
Non-blocking bounded command queue.
CommandReceiver
Receiver half of a command queue (consumed by the signal thread).
CommandSender
Sender half of a command queue.

Traits§

Command
Base trait for all commands.