[skip e2e] Add comment for baseTaskQueue (#14460)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/14238/head
Jiquan Long 2021-12-29 14:31:21 +08:00 committed by GitHub
parent 9ca90841a7
commit 673806b1c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ type taskQueue interface {
getMaxTaskNum() int64
}
// baseTaskQueue implements taskQueue.
type baseTaskQueue struct {
unissuedTasks *list.List
activeTasks map[UniqueID]task