[][src]Trait drone_cortex_m::thr::ThrSv

pub trait ThrSv: ThrToken {
    type Sv: Supervisor;
}

A trait to assign a supervisor to threads.

Associated Types

type Sv: Supervisor

The supervisor.

Loading content...

Implementors

Loading content...