Skip to content

swift_defaultActor_deallocate(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_defaultActor_deallocate(_:)

Deallocates an instance of a default actor.

@_silgen_name("swift_defaultActor_deallocate")
public func swift_defaultActor_deallocate(
    _ defaultActor: UnsafeRawPointer
)

Parameters

  • defaultActor: The default actor to deallocate.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally