Module worker_local

Source

Structsยง

CacheAligned ๐Ÿ”’
WorkerLocal
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