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

Method Task

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

Source from the content-addressed store, hash-verified

1099 }
1100
1101 std::function<void()> Task() {
1102 num_launched_++;
1103 auto self = shared_from_this();
1104 return [self] { self->RunTask(); };
1105 }
1106
1107 Future<> AsyncTask() {
1108 std::lock_guard<std::mutex> lk(mx_);

Callers

nothing calls this directly

Calls 1

RunTaskMethod · 0.95

Tested by

no test coverage detected