https://github.com/tyleradammartinez/process-scheduler-simulator
Simulation of a process scheduler in Rust, demonstrating task dispatching, state transitions, and priority-based execution.
https://github.com/tyleradammartinez/process-scheduler-simulator
low-level-programming operating-system process-scheduler rust
Last synced: about 2 months ago
JSON representation
Simulation of a process scheduler in Rust, demonstrating task dispatching, state transitions, and priority-based execution.
- Host: GitHub
- URL: https://github.com/tyleradammartinez/process-scheduler-simulator
- Owner: TylerAdamMartinez
- License: mit
- Created: 2023-09-29T05:03:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T18:02:11.000Z (over 1 year ago)
- Last Synced: 2025-01-30T15:41:02.750Z (4 months ago)
- Topics: low-level-programming, operating-system, process-scheduler, rust
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Process Scheduler Simulator