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

@@ -28,4 +28,6 @@ type Scheduler interface {
UpdateParallelism(parallelism int) bool
updateGroup(group Group) bool
DebugDump() map[string]interface{}
}