pub type BoxedControllerTask = Box<dyn Future<Output = ()> + Send + 'static>;Expand description
Asynchronous context listener task.
Listens for changes in ControllerTypes::Context and updates
the corresponding hardware state accordingly, e.g. LEDs, screens,
or motorized jog wheels and faders.
Aliased Typeยง
pub struct BoxedControllerTask(/* private fields */);