MCPcopy Create free account
hub / github.com/apache/arrow / Task

Method Task

cpp/src/arrow/testing/gtest_util.cc:1093–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091 }
1092
1093 std::function<void()> Task() {
1094 num_launched_++;
1095 auto self = shared_from_this();
1096 return [self] { self->RunTask(); };
1097 }
1098
1099 Future<> AsyncTask() {
1100 std::lock_guard<std::mutex> lk(mx_);

Callers

nothing calls this directly

Calls 1

RunTaskMethod · 0.95

Tested by

no test coverage detected