StructureSwift5.9.0

    Unmanaged

    A type for propagating an unmanaged object reference.

    @frozen struct Unmanaged<Instance> where Instance : AnyObject

    When you use this type, you become partially responsible for keeping the object alive.

    Citizens in Swift

    Members

    Citizens in Swift

    where Instance:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.

    Extension in Atomics

    Conformances

    • protocol AtomicOptionalWrappable

      An atomic value that also supports atomic operations when wrapped in an Optional. Atomic optional wrappable types come with a standalone atomic representation for their optional-wrapped variants.

    • protocol AtomicValue

      A type that supports atomic operations through a separate atomic storage representation.

    Members