NIOAtomicPrimitive

    The protocol that all types that can be made atomic must conform to.

    protocol NIOAtomicPrimitive

    Overview

    Do not add conformance to this protocol for arbitrary types. Only a small range of types have appropriate atomic operations supported by the CPU, and those types already have conformances implemented.

    Requirements

    Associated Types

    Type Properties