Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 375 Bytes

CPU-Scheduler

A graphical CPU scheduler that is written in Java with Java swing.
Processes enter the queue and are served in order of their priority.
Supports multi-access to the processor using synchronized locks and thread pool.

Image of the application :