1
0
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:
2020-05-28 11:44:15 +08:00
parent c044d43490
commit e0232784df
7 changed files with 45 additions and 8 deletions

View File

@@ -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
}