Structs§
- A thread safe wrapper around a normal non-thread safe
TryCacheStore
Enums§
- Empty struct to represent
PoisonErrors
s without actually holding a guard. - Generic enum for a shared key, can hold a
RwLockWriteGuard
orRwLockReadGuard
as both should be possible to be used for shared access, along with the key accessed itself. Hacky solution for theDumbTryThreadSafeWrapper
.