spin

Module lazy

source
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.