Contents

acquiringAndReleasing

An acquiring-and-releasing operation is a combination of .acquiring and .releasing operation on the same variable.

Declaration

static var acquiringAndReleasing: AtomicUpdateOrdering { get }

Discussion

This value corresponds to std::memory_order_acq_rel in C++.