var isMainThread : Bool
A Boolean value that indicates whether the receiver is the main thread.
レシーバがメインスレッドであるかどうかを指し示すブール値。
class var main: Thread
Returns the
NSThread
object representing the main thread.
メインスレッドを表しているNSThread
オブジェクトを返します。