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.
ある型、それはあるグローバルに特有なアクターを表します、それはさまざまな宣言をどこでもプログラムの中で分離するために使用できます。
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プロトコルは、与えられた型の値が並行性コードにおいて安全に使用できる、しかしいくつかの安全検査を適応場所で作動しなくすることを指し示します
typealias UnsafeConcurrentValue
Deprecated
非推奨