scheduling policy
常見例句
- The 1.2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy.
Linux 調(diào)度器使用了環(huán)形隊(duì)列用於可運(yùn)行的任務(wù)琯理,使用循環(huán)調(diào)度策略。 - The DispatcherQueue class is the only way to interact with the Dispatcher class, and multiple queues per dispatcher allow for a fair scheduling policy.
DispatcherQueue類型是唯一與Dispatcher類型進(jìn)行交互的方式,每個(gè)dispatcher的多個(gè)隊(duì)列允許公平調(diào)度策略。 - Both new thread types also typically use a FIFO (first-in, first out) scheduling policy instead of the familiar round-robin scheduling used by JVMs running on most OSs.
兩種新線程類型都是用 FIFO(先進(jìn)先出)調(diào)度策略,而不是在大部分 OS 上運(yùn)行的 JVM 所使用的熟悉的循環(huán)調(diào)度策略。 返回 scheduling policy