Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ SetShuttingDown
Function
SetShuttingDown
src/common/cloud_work_queue.cpp:689–692 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
void SetShuttingDown() {
690
g_shuttingDown.store(true, std::memory_order_seq_cst);
691
g_queueCV.notify_all();
692
}
693
694
void SetRetryBackoffUnitMs(int unitMs) {
695
if (unitMs < 0) unitMs = 0;
Callers
1
Shutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected