This is an automated email from the ASF dual-hosted git repository.
caidj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 5fc0e214 fix typo
new a06199a8 Merge pull request #2293 from cdjingit/fix_cdj
5fc0e214 is described below
commit 5fc0e21453e034187af6c433d96e019746475688
Author: cdjingit <[email protected]>
AuthorDate: Wed Jun 28 15:36:14 2023 +0800
fix typo
---
docs/cn/execution_queue.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/execution_queue.md b/docs/cn/execution_queue.md
index 17dcbcfa..8af3a80a 100644
--- a/docs/cn/execution_queue.md
+++ b/docs/cn/execution_queue.md
@@ -61,7 +61,7 @@ ExecutionQueue和mutex都可以用来在多线程场景中消除竞争. 相比
// #include <bthread/execution_queue.h>
//
// int demo_execute(void* meta, TaskIterator<T>& iter) {
-// if (iter.is_stopped()) {
+// if (iter.is_queue_stopped()) {
// // destroy meta and related resources
// return 0;
// }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]