spin

Module lazy

Source
Available on crate feature lazy only.
Expand description

Synchronization primitives for lazy evaluation.

Implementation adapted from the SyncLazy type of the standard library. See: https://doc.rust-lang.org/std/lazy/struct.SyncLazy.html

Structsยง

  • A value which is initialized on the first access.