Type Property 型プロパティ

isMainThread

Returns a Boolean value that indicates whether the current thread is the main thread. 現在のスレッドがメインスレッドかどうかを指し示すブール値を返します。

Declaration 宣言

class var isMainThread: Bool { get }

Return Value 戻り値

true if the current thread is the main thread, otherwise false. true、もし現在のスレッドがメインスレッドであるならば、そうでなければfalse

See Also 参照

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