mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 16:36:45 +00:00
update fair
This commit is contained in:
@@ -186,3 +186,8 @@ func (scheduler *SchedulerFCFS) UpdateParallelism(parallelism int) bool {
|
||||
func (scheduler *SchedulerFCFS) updateGroup(group Group) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (scheduler *SchedulerFCFS) DebugDump() map[string]interface{} {
|
||||
res := map[string]interface{}{}
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user