Type Alias riot_wrappers::thread::StartToken

source ·
pub type StartToken = TokenParts<true, true, true>;
Expand description

Data created for each thread that is spawned.

It encodes for permission to do anything that can only be done once per thread.

Aliased Type§

struct StartToken { /* private fields */ }