Classes

The following classes are available globally.

  • Atomic (synchronized) variable access - warning: The class shares one queue for synchronizing in every instance, so don’t access an atomic variable from another’s atomically sync closure.

    See more

    Declaration

    Swift

    final class AtomicVariable<A>