once_
cell
1.19.0
Module sync
Structs
In crate once_
cell
Module
once_cell
::
sync
Copy item path
source
·
[
−
]
Expand description
Thread-safe, blocking version of
OnceCell
.
Structs
§
Lazy
A value which is initialized on the first access.
Once
Cell
A thread-safe cell which can be written to only once.