pub unsafe fn aws_atomic_load_int_explicit(
    var: *const AwsCAtomicVar,
    order: AwsCMemoryOrder
) -> usize
Expand description

Reads an atomic var as an integer, using the specified ordering, and returns the result.

Safety

The caller must ensure that the AwsCAtomicVar pointer is valid.