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

Method SpawnAddsAndCancel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

tokenMethod · 0.80

Tested by

no test coverage detected