1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00
This commit is contained in:
2020-04-12 11:17:29 +08:00
parent 9dea0da98f
commit b1a2abaf0a

View File

@@ -38,6 +38,7 @@ func (pool *ResourcePool) start() {
pool.versions = map[string]float64{}
pool.bindings = map[string]map[string]bool{}
pool.utils = map[string][]int{}
/* check dead nodes */
go func() {