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

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from e5db0fc  MINOR: [R] Fix broken doc example (#11110)
     add b0d89db  ARROW-13680: [C++] Create an asynchronous nursery to simplify 
capture logic

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt          |   1 +
 cpp/src/arrow/util/CMakeLists.txt     |   1 +
 cpp/src/arrow/util/async_util.cc      |  82 ++++++++++++++++++
 cpp/src/arrow/util/async_util.h       | 132 +++++++++++++++++++++++++++++
 cpp/src/arrow/util/async_util_test.cc | 154 ++++++++++++++++++++++++++++++++++
 5 files changed, 370 insertions(+)
 create mode 100644 cpp/src/arrow/util/async_util.cc
 create mode 100644 cpp/src/arrow/util/async_util.h
 create mode 100644 cpp/src/arrow/util/async_util_test.cc

Reply via email to