Module unsync
Available on crate feature
__base
only.Expand description
Single-threaded version of OnceCell
.
Structsยง
- A value which is initialized on the first access.
- A cell which can be written to only once. It is not thread safe.