Skip to content

GlobalActorReference

tevelee edited this page Jul 25, 2026 · 1 revision

GlobalActorReference

The type and conformance used to isolate a conformance to a global actor.

public struct GlobalActorReference: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

typeMangledName

The global actor's symbolic mangled type name.

public var typeMangledName: UnsafeRawPointer 

type

Resolves the global actor's type identity.

public var type: Any.Type? 

conformance

The global actor's conformance to GlobalActor.

public var conformance: ConformanceDescriptor? 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally