ByAgeTaskSelection

Longest-waiting first, regardless of priority.

Distinct from FIFO whenever the queue discipline is not itself first-in-first-out: with a ranked queue the front of the line is not the oldest task, and a fleet run on a ranked discipline can leave a low-ranked load waiting indefinitely. This is the rule that says no.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun order(tasks: List<Dispatcher.Task>): List<Dispatcher.Task>
Link copied to clipboard
open override fun toString(): String