Module spin::once[][src]

This is supported on crate feature once only.
Expand description

Synchronization primitives for one-time evaluation.

Structs

Once

A primitive that provides lazy one-time initialization.