Program Control
Program Control
Program Control
Example 2:
RTCS
Run To Complete Scheduler:
Tasks executed in the order they entered the queue and where these tasks
are run until completion
Task runs until it either finishes, or explicitly yields control back to the
scheduler
Preemptive Scheduling
Task switch controlled by the system.