mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
4d7f46a433
commit
2e85978e05
1 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue