DLR-FT / a653rs-linux

Apache License 2.0
3 stars 1 forks source link

New scheduler structure & other minor refactorings #102

Closed florianhartung closed 9 months ago

florianhartung commented 9 months ago

This PR refactors the scheduling to decrease coupling and code complexity between the scheduler and partition/process management code. To do this, all the code for how processes are run is moved into partition.rs. In this way the scheduler is only responsible for scheduling when the processes are ran.

Other minor refactorings include: