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ยง
- Atomic
U64 ๐ - An integer type which can be safely shared between threads.