You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is to implement Round Robin/preemptive scheduling
Round Robin is a scheduling algorithm where time slices are divided for every activity/process. The tasks are performed recursively in those time slices as a loop until all tasks at hand are taken care of (are executed).
0 commit comments