Module thread

Source
Expand description

Functions for manipulating threads.

Modules§

event

Structs§

ThreadRepr
Base type for a thread object.

Enums§

ExecutionState
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.