Crate scheduler_round_robin
source ·Expand description
This crate picks the next task in round robin fashion. Each time the task at the front of the queue is picked. This task is then moved to the back of the queue.
This crate picks the next task in round robin fashion. Each time the task at the front of the queue is picked. This task is then moved to the back of the queue.