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

[skip ci] Add comment for set child task (#9837)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 c84600a4
......@@ -150,6 +150,8 @@ func (bt *BaseTask) GetParentTask() task {
return bt.parentTask
}
// GetChildTask function returns all the child tasks of the trigger task
// Child task may be loadSegmentTask, watchDmChannelTask or watchQueryChannelTask
func (bt *BaseTask) GetChildTask() []task {
bt.childTasksMu.RLock()
defer bt.childTasksMu.RUnlock()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册