Protocol

Sendable

The Sendable protocol indicates that value of the given type can be safely used in concurrent code. Sendableプロトコルは、与えられた型の値が並行性コードにおいて安全に使用できることを指し示します。

Declaration 宣言

protocol Sendable

Relationships 関係

Inherited By 継承される先

Conforming Types これらの型が準拠

See Also 参照

Actors アクター