Structures

The following structures are available globally.

  • Property wrapper for SynchronizedVar wrapper.

    Makes sure the get and set are happening synchronously by using SynchronizedVar for reader/writing to the wrapped value

    See more

    Declaration

    Swift

    @propertyWrapper
    public struct Synchronized<T>