MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / SetWorkerThreadCount

Function SetWorkerThreadCount

src/common/cloud_work_queue.cpp:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void SetWorkerThreadCount(int count) {
700 if (count < 1) count = 1;
701 g_workerThreadCount.store(count);
702}
703
704void Shutdown() {
705 g_shuttingDown.store(true, std::memory_order_seq_cst);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected