Protocol

GlobalActor

A type that represents a globally-unique actor that can be used to isolate various declarations anywhere in the program. ある型、それはあるグローバルに特有なアクターを表します、それはさまざまな宣言をどこでもプログラムの中で分離するために使用できます。

Declaration 宣言

protocol GlobalActor

Overview 概要

A type that conforms to the GlobalActor protocol and is marked with the @globalActor attribute can be used as a custom attribute. Such types are called global actor types, and can be applied to any declaration to specify that such types are isolated to that global actor type. そのような型はグローバルアクター型と呼ばれます、そしてあらゆる宣言に適用されることでそのような型それらがそのグローバルアクター型と分離されることを指定できます。 When using such a declaration from another actor (or from nonisolated code), synchronization is performed through the shared actor instance to ensure mutually-exclusive access to the declaration.

Topics 話題

Associated Types さまざまな関連型

Type Properties 型プロパティ

Relationships 関係

Conforming Types これらの型が準拠

See Also 参照

Actors アクター