Module atomic_u64

Source
Expand description

Implementation of an atomic u64 cell. On 64 bit platforms, this is a re-export of AtomicU64. On 32 bit platforms, this is implemented using a Mutex.

Modulesยง

imp ๐Ÿ”’

Structsยง

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