未验证 提交 f8054a40 编写于 作者: X xige-16 提交者: GitHub

[skip ci] Add comment for scheduler's taskChan (#9686)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 56b0b3a5
......@@ -45,6 +45,7 @@ type TaskQueue struct {
sync.Mutex
}
// Chan returns the taskChan of taskQueue
func (queue *TaskQueue) Chan() <-chan int {
return queue.taskChan
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册