[][src]Trait drone_cortexm::thr::ThrsInitToken

pub unsafe trait ThrsInitToken: Token {
    type ThrTokens: ThrTokens;
}

Threads initialization token.

Safety

Must be defined only once for a particular set of threads.

Associated Types

type ThrTokens: ThrTokens

The set of thread tokens.

Loading content...

Implementors

Loading content...