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

Method SpawnAdds

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

UnstoppableFunction · 0.85

Tested by

no test coverage detected