Trait ThrsInitToken
drone_cortexm::thr
pub unsafe trait ThrsInitToken: Token { type ThrTokens: ThrTokens; }
Threads initialization token.
Must be defined only once for a particular set of threads.
type ThrTokens: ThrTokens
The set of thread tokens.