You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/29 02:58:31 UTC

[rocketmq-clients] branch cpp_dev updated (b33b68d -> a462c04)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


    from b33b68d  Make clientId() a free function following: Effective C++ Item 23 Prefer non-member non-friend functions to member functions
     add a462c04  Add unit test for CountdownLatch

No new revisions were added by this update.

Summary of changes:
 cpp/source/concurrent/tests/BUILD.bazel            | 10 ++++
 cpp/source/concurrent/tests/CountdownLatchTest.cpp | 56 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)
 create mode 100644 cpp/source/concurrent/tests/BUILD.bazel
 create mode 100644 cpp/source/concurrent/tests/CountdownLatchTest.cpp