Protocol

UnsafeSendable

The UnsafeSendable protocol indicates that value of the given type can be safely used in concurrent code, but disables some safety checking at the conformance site. UnsafeSendableプロトコルは、与えられた型の値が並行性コードにおいて安全に使用できる、しかしいくつかの安全検査を適応場所で作動しなくすることを指し示します

Declaration 宣言

protocol UnsafeSendable

Relationships 関係

Inherits From 継承元

See Also 参照

Actors アクター