Expand description
Synchronization primitives for lazy evaluation.
Implementation adapted from the LazyLock type of the standard library. See:
https://doc.rust-lang.org/std/sync/struct.LazyLock.html
Structsยง
- Lazy
Lock - A value which is initialized on the first access.