mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for baseTaskQueue (#14460)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14238/head
parent
9ca90841a7
commit
673806b1c1
|
@ -55,6 +55,7 @@ type taskQueue interface {
|
|||
getMaxTaskNum() int64
|
||||
}
|
||||
|
||||
// baseTaskQueue implements taskQueue.
|
||||
type baseTaskQueue struct {
|
||||
unissuedTasks *list.List
|
||||
activeTasks map[UniqueID]task
|
||||
|
|
Loading…
Reference in New Issue