Classes

The following classes are available globally.

  • A threadsafe shared mutable wrapper for a SharedValue instance.

    Warning

    The shared value has reference semantics; it’s up to the programmer to ensure that the value only used monotonically.
    See more

    Declaration

    Swift

    public final class SharedMutable<SharedValue> : @unchecked Sendable where SharedValue : Sendable