1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2019-07-30 15:35:29 +08:00
parent 4a060d1e51
commit 463b04d9d0
4 changed files with 13 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ type SchedulerFair struct {
queue []Job
mu sync.Mutex
scheduling sync.Mutex
jobs map[string]*JobManager
}