Module sync

Source
Expand description

Lock synchronization primitives

Structsยง

LazyLockstd
A value which is initialized on the first access.
OnceLockstd
A synchronization primitive which can nominally be written to only once.