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