Protocol

Actor

Common protocol to which all actors conform. それへと全てのアクターが準拠する共通プロコル。

Declaration 宣言

protocol Actor : AnyObject, Sendable

Overview 概要

The Actor protocol generalizes over all actor types. Actor types implicitly conform to this protocol. Actorプロトコルは、アクター型を端から端まで一般化します。アクター型それらは、暗黙的にこのプロトコルに準拠します。

Topics 話題

Instance Properties 様々なインスタンスプロパティ

Relationships 関係

Inherits From 継承元

See Also 参照

Actors アクター