Module tokio::loom::std::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§
- An integer type which can be safely shared between threads.