Skip to main content

Module sync

Module sync 

Source
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ยง

OnceLock
A synchronization primitive which can nominally be written to only once.