This commit is contained in:
parent
4d7f46a433
commit
2e85978e05
1 changed files with 2 additions and 3 deletions
|
@ -27,9 +27,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
taskQueue []*Task
|
||||
taskQueueStatus int
|
||||
queueLock = sync.Mutex{}
|
||||
taskQueue []*Task
|
||||
queueLock = sync.Mutex{}
|
||||
)
|
||||
|
||||
type Task struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue