ProtocolUnsafe
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プロトコルは、与えられた型の値が並行性コードにおいて安全に使用できる、しかしいくつかの安全検査を適応場所で作動しなくすることを指し示します
Availability
- iOS 15.0–15.0 Deprecated
- iPadOS 15.0–15.0 Deprecated
- macOS 12.0–12.0 Deprecated
- Mac Catalyst 15.0–15.0 Deprecated
- tvOS 15.0–15.0 Deprecated
- watchOS 8.0–8.0 Deprecated
- Xcode 13.0–13.0 Deprecated
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
protocol UnsafeSendable
Relationships 関係
Inherits From 継承元
See Also 参照
Actors アクター
protocol Sendable
The Sendable protocol indicates that value of the given type can be safely used in concurrent code.
Sendableプロトコルは、与えられた型の値が並行性コードにおいて安全に使用できることを指し示します。
protocol Actor
Common protocol to which all actors conform.
それへと全てのアクターが準拠する共通プロコル。
class MainActor
A singleton actor whose executor is equivalent to the main dispatch queue.
あるシングルトンアクター、それのエグゼキュータはメインディスパッチキューと同等です。
protocol GlobalActor
A type that represents a globally-unique actor that can be used to isolate various declarations anywhere in the program.
ある型、それはあるグローバルに特有なアクターを表します、それはさまざまな宣言をどこでもプログラムの中で分離するために使用できます。
typealias ConcurrentValue
Deprecated
非推奨
typealias UnsafeConcurrentValue
Deprecated
非推奨