riot_wrappers::thread

Module tokenparts

Source
Expand description

Zero-sized types for threads to document that something is done (often, done the first time) inside the thread.

Structs§

  • Data necessary to return from a thread that has received the StartToken permissions.
  • Zero-size statement that the current code is running in an interrupt
  • Zero-size statement that the current code is not running in an interrupt
  • A StartToken that has possibly already lost some of its properties.
  • A value combined with an InThread marker

Type Aliases§

  • Data created for each thread that is spawned.