Type Alias gix_features::threading::OnceCell
source · pub type OnceCell<T> = OnceCell<T>;Available on crate feature
parallel only.Expand description
A thread-safe cell which can be written to only once.
Aliased Type§
struct OnceCell<T>(/* private fields */);