Instance Property インスタンスプロパティ

isMainThread

A Boolean value that indicates whether the receiver is the main thread. レシーバがメインスレッドであるかどうかを指し示すブール値。

Declaration 宣言

var isMainThread: Bool { get }

Discussion 議論

true if the receiver is the main thread, otherwise false. true、もしレシーバがメインスレッドならば、そうでなければfalse

See Also 参照

Working with the Main Thread メインスレッドを取り扱う