mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
[skip ci] Add comment for taskScheduler (#9513)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
8798c31c73
commit
cc07fc5f29
@ -120,6 +120,7 @@ func NewTaskQueue() *TaskQueue {
|
||||
}
|
||||
}
|
||||
|
||||
// TaskScheduler controls the scheduling of trigger tasks and internal tasks
|
||||
type TaskScheduler struct {
|
||||
triggerTaskQueue *TaskQueue
|
||||
activateTaskChan chan task
|
||||
|
Loading…
Reference in New Issue
Block a user