Type Property 型プロパティ

sharedUnownedExecutor

The shared executor instance that will be used to provide mutually-exclusive access for the global actor. 共有エグゼキュータ(遂行者)インスタンス、それはグローバルアクターに対する相互排他アクセスを提供するために使われます。

Declaration 宣言

static var sharedUnownedExecutor: UnownedSerialExecutor { get }

Discussion 解説

The value of this property must be equivalent to shared.unownedExecutor. このプロパティの値は、shared.unownedExecutorと等しくなければなりません。