Type Property 型プロパティ

main

Returns the NSThread object representing the main thread. メインスレッドを表しているNSThreadオブジェクトを返します。

Declaration 宣言

class var main: Thread { get }

Return Value 戻り値

The NSThread object representing the main thread. メインスレッドを表しているNSThreadオブジェクト。

See Also 参照

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