scheduling policy
常见例句
- The 1.2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy.
Linux 調度器使用了環形隊列用於可運行的任務琯理,使用循環調度策略。 - 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類型進行交互的方式,每個dispatcher的多個隊列允許公平調度策略。 - 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(先進先出)調度策略,而不是在大部分 OS 上運行的 JVM 所使用的熟悉的循環調度策略。 返回 scheduling policy