Module sync
Source Available on crate feature node-api only.
Expand description
Lock synchronization primitives
- LazyLock
- A value which is initialized on the first access.
- OnceLock
- A synchronization primitive which can nominally be written to only once.