Expand description

Byte-wise atomic memcpy.

This is an attempt to implement equivalent of C++ “P1478R1: Byte-wise atomic memcpy” in Rust.

This is expected to allow algorithms such as Seqlock and Chase-Lev deque to be implemented without UB of data races. See P1478R1 for more.

Functions

Byte-wise atomic load.

Byte-wise atomic store.