Searched defs:WorkerLocal (Results 1 – 1 of 1) sorted by relevance
108 pub struct WorkerLocal<T> { struct120 // can be reused, but `WorkerLocal` has a reference to `Registry` which will prevent any reuse. argument122 unsafe impl<T: Send> Sync for WorkerLocal<T> {} implementation124 impl<T> WorkerLocal<T> { implementation157 impl<T> Deref for WorkerLocal<T> { implementation