[skip ci] Add comment for taskScheduler (#9513)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-10-09 00:02:09 +08:00 committed by GitHub
parent 8798c31c73
commit cc07fc5f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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