Expand description
no_std-friendly synchronization primitives.
In std builds these re-export the matching std::sync types. In
no_std builds they provide minimal spinlock-backed equivalents
implementing only the API surface azul-core relies on.
Structsยง
- Once
Lock - A synchronization primitive which can nominally be written to only once.