Crate once_nonstatic[][src]

A clone of std::sync::Once.

Structs

Once

Like std::sync::Once, but relaxing the requirement of &'static self to &self on call_once. Access to inner state is guarded by a spinlock.