Skip to content

Commit d1bd49f

Browse files
Added schedular module - starting to work on MLFQ scheduling (most probably)
1 parent 742222b commit d1bd49f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

internal/scheduler/handler.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package scheduler
2+
3+
/* contains handlers related to monitoring the schedular */

internal/scheduler/scheduler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package scheduler

0 commit comments

Comments
 (0)