Module once
spin
0.9.8
Module once
Structs
In crate spin
Modules
barrier
lazy
lock_api
mutex
once
relax
rwlock
Type Aliases
Barrier
Lazy
Mutex
Once
RwLock
RwLockUpgradableGuard
RwLockWriteGuard
?
Settings
Module
spin
::
once
Copy item path
source
·
[
−
]
Available on
crate feature
once
only.
Expand description
Synchronization primitives for one-time evaluation.
Structs
§
Once
A primitive that provides lazy one-time initialization.