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

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

Threads initialization token.

Safety

  • Must be defined only once for a particular set of threads.
  • ThrTokens type must contain only thread tokens.

Associated Types

type ThrTokens: Token[src]

The set of thread tokens.

Loading content...

Implementors

Loading content...