Module unsync
once_
cell
1.21.0
Module unsync
Module Items
Structs
In crate once_
cell
Modules
race
sync
unsync
once_cell
Module
unsync
Copy item path
Settings
Help
Summary
Source
Expand description
Single-threaded version of
OnceCell
.
Structs
§
Lazy
A value which is initialized on the first access.
Once
Cell
A cell which can be written to only once. It is not thread safe.