Skip to content

danial-ch/CPU-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :


Releases

No releases published

Packages

No packages published

Languages