Skip to content

swift_distributedActor_remote_initialize(__)

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

swift_distributedActor_remote_initialize(_:)

/ void swift_distributedActor_destroy(DefaultActor actor); / OpaqueValue swift_distributedActor_remote_create( OpaqueValue *identity, OpaqueValue *transport);

@_silgen_name("swift_distributedActor_remote_initialize")
public func swift_distributedActor_remote_initialize(
    _ actorType: UnsafeRawPointer
)

Initialize the runtime storage for a distributed remote actor

Parameters

  • actorType: The type of the remote actor to use for size and alignment checking in the memory initialization.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally