Module once
spin
0.9.8
Module once
Module Items
Structs
In crate spin
Modules
barrier
lazy
lock_api
mutex
once
relax
rwlock
Type Aliases
Barrier
Lazy
Mutex
Once
RwLock
RwLockUpgradableGuard
RwLockWriteGuard
spin
Module
once
Copy item path
Settings
Help
Summary
Source
Expand description
Synchronization primitives for one-time evaluation.
Structs
§
Once
A primitive that provides lazy one-time initialization.