Expand description
Lazy values and one-time initialization of static data.
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.
- Sync
Lazy - A value which is initialized on the first access.
- Sync
Once Cell - A thread-safe cell which can be written to only once.