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
メインスレッドを取り扱う
class var isMainThread: Bool
Returns a Boolean value that indicates whether the current thread is the main thread.
現在のスレッドがメインスレッドかどうかを指し示すブール値を返します。
var isMainThread: Bool
A Boolean value that indicates whether the receiver is the main thread.
レシーバがメインスレッドであるかどうかを指し示すブール値。