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

Method SpawnAddsAndCancel

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

Source from the content-addressed store, hash-verified

520 }
521
522 void SpawnAddsAndCancel(ThreadPool* pool, int nadds, AddTaskFunc add_func,
523 StopSource* stop_source) {
524 DoSpawnAdds(pool, nadds, std::move(add_func), stop_source->token(), stop_source);
525 }
526
527 void DoSpawnAddsThreaded(ThreadPool* pool, int nthreads, int nadds,
528 AddTaskFunc add_func,

Callers

nothing calls this directly

Calls 1

tokenMethod · 0.80

Tested by

no test coverage detected