Module atomic_u64

Source
Expand description

Either AtomicU64 or emulating AtomicU64 through a Mutex.

Structsยง

AtomicU64 ๐Ÿ”’
An integer type which can be safely shared between threads.