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