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

Method MakeExecutor

cpp/src/arrow/util/future_test.cc:1396–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394 using ExecutorType = SimpleExecutor<T>;
1395
1396 void MakeExecutor(int nfutures) { executor_.reset(new ExecutorType(nfutures)); }
1397
1398 void MakeExecutor(int nfutures, std::vector<std::pair<int, bool>> immediate) {
1399 MakeExecutor(nfutures);

Callers

nothing calls this directly

Calls 3

MakeExecutorFunction · 0.85
SetFinishedMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected