CtrlRx

Type Alias CtrlRx 

Source
pub type CtrlRx = Receiver<ControlEvent>;
Expand description

Control channel receiver type.

Based on async_broadcast::Receiver<ControlEvent>. Sources receive this in their start() method to listen for control commands.

Aliased Typeยง

pub struct CtrlRx { /* private fields */ }