mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
update
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
var collectorInstance *Collector
|
||||
var collectorInstanceLock sync.Mutex
|
||||
|
||||
func InstanceOfColector() *Collector {
|
||||
func InstanceOfCollector() *Collector {
|
||||
defer collectorInstanceLock.Unlock()
|
||||
collectorInstanceLock.Lock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user