Module spin::lazy[][src]

This is supported on crate feature lazy only.

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.