Trait ThrSv
drone_cortexm::thr
pub trait ThrSv: ThrToken { type Sv: Supervisor; }
A trait to assign a supervisor to threads.
type Sv: Supervisor
The supervisor.