Structures
The following structures are available globally.
-
Property wrapper for
SynchronizedVarwrapper.Makes sure the get and set are happening synchronously by using
See moreSynchronizedVarfor reader/writing to the wrapped valueDeclaration
Swift
@propertyWrapper public struct Synchronized<T>