Expand description
Functions for manipulating threads.
Modules§
Structs§
- Thread
Repr - Base type for a thread object.
Enums§
- Execution
State - Possible execution states for a thread. The transitions available are: +————+ +———–+ +———––+ | Sleeping +<—>+ Running +<—>+ Suspended | +————+ +—–+—–+ +———––+ | | +–––––+ +–>+ Exited | +–––––+ The kernel will not transition a thread out of the exited state.