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

Method SpawnAdds

cpp/src/arrow/util/thread_pool_test.cc:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 }
516
517 void SpawnAdds(ThreadPool* pool, int nadds, AddTaskFunc add_func,
518 StopToken stop_token = StopToken::Unstoppable()) {
519 DoSpawnAdds(pool, nadds, std::move(add_func), std::move(stop_token));
520 }
521
522 void SpawnAddsAndCancel(ThreadPool* pool, int nadds, AddTaskFunc add_func,
523 StopSource* stop_source) {

Callers

nothing calls this directly

Calls 1

UnstoppableFunction · 0.85

Tested by

no test coverage detected