Classes
The following classes are available globally.
-
A threadsafe shared mutable wrapper for a
SharedValueinstance.See moreWarning
The shared value has reference semantics; it’s up to the programmer to ensure that the value only used monotonically.Declaration
Swift
public final class SharedMutable<SharedValue> : @unchecked Sendable where SharedValue : Sendable
View on GitHub
Classes Reference