Skip to main content

Module lazylock

Module lazylock 

Source
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ยง

LazyLock
A value which is initialized on the first access.