Module sync

Expand description

Lock synchronization primitives

Structs§

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