rustc_
thread_
pool
1.90.0-nightly
(35f603652 2025-06-29)
Module worker_
local
Module Items
Structs
In crate rustc_
thread_
pool
rustc_thread_pool
Module
worker_local
Copy item path
Source
Structs
ยง
Cache
Aligned
๐
Worker
Local
Holds worker-locals values for each thread in a thread pool. You can only access the worker local value through the Deref impl on the thread pool it was constructed on. It will panic otherwise