gix_odb

Type Alias HandleArc

source
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 */ }