Module spin::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.