gix_features::threading

Type Alias OnceCell

source
pub type OnceCell<T> = OnceCell<T>;
Available on crate features parallel and once_cell only.
Expand description

A thread-safe cell which can be written to only once.

Aliased Typeยง

struct OnceCell<T>(/* private fields */);