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


##########
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:
   后面再提交时可以注意下文件尾的换行,避免提交非预期的改动。
   
   `git add -p xxx`



-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to