Enumeration 列挙

NSQualityOfService

Constants that indicate the nature and importance of work to the system.

Declaration 宣言

typedef enum NSQualityOfService : NSInteger {
    ...
} NSQualityOfService;

Overview 概要

Work with higher quality of service classes receive more resources than work with lower quality of service classes whenever there’s resource contention.

See Also 参照

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