Skip to main content

Module atomic

Module atomic 

Source

Structsยง

Atomic
A generic atomic type that provides thread-safe access to ANY type T. Uses SMutex internally for synchronization.
AtomicArray
Thread-safe atomic array wrapper
AtomicBuffer
AtomicCell
Thread-safe atomic cell wrapper
AtomicHashMap
Thread-safe HashMap with sharded storage and reference counting
AtomicVec