Expand description
Implements threads.
Structs§
- A thread.
- A thread identifier.
- A set of threads.
Enums§
- Keeps track of what the thread is blocked on.
- The join status of a thread.
- The state of a thread.
- Timeout 🔒The moment in time when a blocked thread should be woken up.
- Whether the timeout is relative or absolute.
- The clock to use for the timeout you are asking for.
- What to do with TLS allocations from terminated threads
Traits§
- Trait for callbacks that are executed when a thread gets unblocked.