Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestFinishNotSticky
Function · 0.45
TestFinishNeverStarted
Function · 0.45
TestFinishAlreadyCompleted
Function · 0.45
ReadAsync
Method · 0.45
Calls
1
Finish
Function · 0.50
Tested by
3
TestFinishNotSticky
Function · 0.36
TestFinishNeverStarted
Function · 0.36
TestFinishAlreadyCompleted
Function · 0.36