Instance Property インスタンスプロパティ

threadPriority

The receiver’s priority レシーバの持つ優先度

Declaration 宣言

var threadPriority: Double { get set }

Discussion 議論

The thread’s priority, which is specified by a floating point number from 0.0 to 1.0, where 1.0 is highest priority. スレッドのもつ優先度、それは0.0から1.0までの浮動小数点数によって指定されます、そこで1.0は最も高い優先度です。

The priorities in this range are mapped to the operating system's priority values. A “typical” thread priority might be 0.5, but because the priority is determined by the kernel, there is no guarantee what this value actually will be. この範囲の中の優先度は、オペレーティングシステムのもつ優先度の値に対応付けされます。“典型的な” スレッド優先度は0.5であるかもしれません、しかし優先度がカーネルによって決定されることから、この値が実際にそうであることは保証がありません。

See Also 参照

Prioritizing Thread Work スレッド作業の優先順位を付ける