InputChannel

Type Alias InputChannel 

Source
pub type InputChannel<M> = Channel<M, InEvent, 8>;
Expand description

The inbound event channel the board’s tasks feed: every transport task, and whatever owns the buttons on a board with CAP_ALERT.

Aliased Type§

pub struct InputChannel<M> { /* private fields */ }