Type Property 型プロパティ

shared

The shared actor instance that will be used to provide mutually-exclusive access to declarations annotated with the given global actor type. 共有アクターインスタンス、それは与えられたグローバルアクター型で注釈を付けられた宣言への相互排他アクセスを提供するために使われます。

Declaration 宣言

static var shared: Self.ActorType { get }

Discussion 解説

The value of this property must always evaluate to the same actor instance. このプロパティの値は、同じアクターインスタンスと常に等しくなければなりません。