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

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

Threads initialization token.

Safety

Associated Types

type ThrTokens: Token[src][]

The set of thread tokens.

Implementors