class func isMultiThreaded () -> Bool
Returns whether the application is multithreaded.
アプリケーションがマルチスレッドであるかどうかを返します。
class var current: Thread
Returns the thread object representing the current thread of execution.
現在の遂行スレッドを表しているスレッドオブジェクトを返します。
class var callStackSymbols : [String]
Returns an array containing the call stack symbols.
コールスタックシンボルそれらを含んでいる配列を返します。