Module miri::concurrency::thread
source ยท Expand description
Implements threads.
Structsยง
- A thread.
- A thread identifier.
- A set of threads.
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.
Type Aliasesยง
- DynUnblock
Callback ๐