poponion commented on code in PR #151:
URL: https://github.com/apache/brpc-website/pull/151#discussion_r1246003933


##########
content/en/docs/bthread/Execution Queue/_index.md:
##########
@@ -192,4 +192,4 @@ high_priority的task之间的执行顺序也会**严格按照提交顺序**, 这
 int execution_queue_cancel(const TaskHandle& h);
 ```
 
-返回非0仅仅意味着ExecutionQueue已经将对应的task递给过execute, 
真实的逻辑中可能将这个task缓存在另外的容器中,所以这并不意味着逻辑上的task已经结束,你需要在自己的业务上保证这一点.
\ No newline at end of file
+返回非0仅仅意味着ExecutionQueue已经将对应的task递给过execute, 
真实的逻辑中可能将这个task缓存在另外的容器中,所以这并不意味着逻辑上的task已经结束,你需要在自己的业务上保证这一点.

Review Comment:
   好的



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to