Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ parallelism
Method
parallelism
cpp/src/arrow/util/task_group.cc:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
Future<> FinishAsync() override { return Future<>::MakeFinished(Finish()); }
66
67
int parallelism() override { return 1; }
68
69
StopToken stop_token_;
70
Status status_;
Callers
3
Init
Method · 0.45
TestTaskGroupErrors
Function · 0.45
TestTaskGroupCancel
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestTaskGroupErrors
Function · 0.36
TestTaskGroupCancel
Function · 0.36