Skip to content

UPB-CS-Rust/process-scheduler-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Scheduler

Getting started

Please run cargo doc --open to create and open the documentation.

Your job is:

  1. Implement the schedulers in the scheduler crate in the folder scheduler/src/schedulers.
  2. Export the scheduler in the scheduler/src/lib.rs file using the three functions
    • round_robin(...)
    • priority_queue(...)
    • cfs(...)
  3. Test them using the runner crate by using them in runner/src/main.rs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published