Module worker_local
rustc_
thread_
pool
1.91.0-nightly
(7ad23f43a 2025-09-09)
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