Constant rustc_data_structures::sync::worker_local::THREAD_DATA
source ยท const THREAD_DATA: LocalKey<ThreadData>;
Expand description
A thread local which contains the identifer of REGISTRY
but allows for faster access.
It also holds the index of the current thread.