Module atomic

Source
Expand description

Keep the conditional imports together in a submodule, so that import-sorting doesn’t split them up.

Structs§

AtomicU64
An integer type which can be safely shared between threads.