Expand description
Implements threads.
Structs§
- A thread.
- A thread identifier.
- A set of threads.
- An error signaling that the requested thread doesnβt exist.
Enums§
- Keeps track of what the thread is blocked on.
- Scheduling
Action π - Thread
Join πStatus The join status of a thread. - Thread
State π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§
- Eval
Context πPriv Ext - Trait for callbacks that are executed when a thread gets unblocked.