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

Method FinishAsync

cpp/src/arrow/util/task_group.cc:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 Future<> FinishAsync() override { return Future<>::MakeFinished(Finish()); }
66
67 int parallelism() override { return 1; }
68

Callers 4

TestFinishNotStickyFunction · 0.45
TestFinishNeverStartedFunction · 0.45
ReadAsyncMethod · 0.45

Calls 1

FinishFunction · 0.50

Tested by 3

TestFinishNotStickyFunction · 0.36
TestFinishNeverStartedFunction · 0.36