gix_features::threading

Type Alias OwnShared

source
pub type OwnShared<T> = Arc<T>;
Available on crate feature parallel only.
Expand description

A reference counted pointer type for shared ownership.

Aliased Typeยง

struct OwnShared<T> { /* private fields */ }