Round-Robin Scheduling is a method used by an RTOS to run threads in a circular fashion, letting each thread run until it becomes “blocked,” or relinquishes its turn.
Categories: Field Atlas
« Back to Glossary Index
Round-Robin Scheduling is a method used by an RTOS to run threads in a circular fashion, letting each thread run until it becomes “blocked,” or relinquishes its turn.