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)形隊列用于可運行的任務(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類型進行交互的方式,每個dispatcher的多個隊列允許公平調(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(先進先出)調(diào)度策略,而不是在大部分 OS 上運行的 JVM 所使用的熟悉的循環(huán)調(diào)度策略。 返回 scheduling policy