mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 08:26:44 +00:00
add scheduler_priority
This commit is contained in:
10
src/job_priority.go
Normal file
10
src/job_priority.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
type JobPriority int
|
||||
|
||||
const (
|
||||
Low JobPriority = iota
|
||||
Medium
|
||||
Hight
|
||||
Urgent
|
||||
)
|
||||
Reference in New Issue
Block a user