[][src]Module spin::lazy

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

Lazy

A value which is initialized on the first access.