Module diem_sdk::crypto::_once_cell::unsync
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.