Open roemvaar opened 4 months ago
While a task can have only a single priority; several tasks may have the same priority. They are scheduled round-robin.
Each time scheduling occurs at a priority, the least recently readied task is scheduled, requiring something like a first-in, first-out queue.
While a task can have only a single priority; several tasks may have the same priority. They are scheduled round-robin.
Each time scheduling occurs at a priority, the least recently readied task is scheduled, requiring something like a first-in, first-out queue.