This commit is contained in:
Liang Ding 2023-01-26 23:31:45 +08:00
parent 4d7f46a433
commit 2e85978e05
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -27,9 +27,8 @@ import (
) )
var ( var (
taskQueue []*Task taskQueue []*Task
taskQueueStatus int queueLock = sync.Mutex{}
queueLock = sync.Mutex{}
) )
type Task struct { type Task struct {