Expand description
The Underhill per-CPU thread pool used to run async tasks and IO.
This is built on top of [pal_uring
] and pal_async
.
Structs§
- A pool of affinitized worker threads.
- A driver for
AffinitizedThreadpool
that can be retargeted to different CPUs. - Information about a task that caused a thread to spawn.
- The state for the thread pool thread for the currently running CPU.
- A builder for
AffinitizedThreadpool
. - A driver for
AffinitizedThreadpool
that is targeted at a specific CPU.
Enums§
- An error that can occur when setting the affinity of a thread.
Functions§
- Returns whether the specified CPU is online.
- Sets the specified CPU online, if it is not already online.