pub type HandleArc = Cache<Handle<Arc<Store>>>;
Expand description
A thread-local handle to access any object, but thread-safe and independent of the actual type of OwnShared
or feature toggles in gix-features
.
Aliased Type§
struct HandleArc { /* private fields */ }