mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for popTask (#9592)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
e114492e98
commit
b6cc36894b
@ -96,6 +96,7 @@ func (queue *TaskQueue) addTaskToFront(t task) {
|
||||
}
|
||||
}
|
||||
|
||||
// PopTask pops a trigger task from task list
|
||||
func (queue *TaskQueue) PopTask() task {
|
||||
queue.Lock()
|
||||
defer queue.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user