enum QualityOfService
Constants that indicate the nature and importance of work to the system.
class func threadPriority () -> Double
Returns the current thread’s priority.
現在のスレッドの優先度を返します。
var threadPriority : Double
The receiver’s priority
レシーバの持つ優先度
class func setThreadPriority (Double) -> Bool
Sets the current thread’s priority.
現在のスレッドの優先度を設定します。