[skip ci] Fix typo in proxy design doc (#11359)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/9945/head
edward.zeng 2021-11-06 12:24:59 +08:00 committed by GitHub
parent c6d4c16163
commit 1fa6f53412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ The taskID is globally unique and is used to identify the task. OnEnqueue will a
for the task. It can be seen that the timestamp of entering the queue must be greater than the timestamp that already
exists in the queue, and it will also be greater than the timestamp of the task that exists in activateTask. At the end
of the task's OnEnqueue, call the taskQueue's addUnissuedTask to add the task to the unissuedTasks. When OnEnqueue is
executed, the external caller of taskSchdeuler calls WaitToFinish of the task to synchronously block and wait for the
executed, the external caller of taskScheduler calls WaitToFinish of the task to synchronously block and wait for the
execution of task to be done.
When taskScheduler's background scheduling coroutine decides to schedule a task, it will call the taskQueue's