Aashay-Thakur / CPU-Scheduling

0 stars 0 forks source link

Round Robin Arrival time 0 #5

Closed Aashay-Thakur closed 9 months ago

Aashay-Thakur commented 9 months ago

Round Robin doesn't sort correctly when all processes arrive at the same time. Probably has something to do with synchronisation of js interpreter.

Aashay-Thakur commented 9 months ago

b4b0dc39eecea46b804f0bcfb3004b428994ce28 solves the issue.