Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ ExitSignal
Function
ExitSignal
service/server/src/main.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
static std::unique_ptr<Server> server = nullptr;
14
15
void ExitSignal(int)
16
{
17
if (server) server->Stop();
18
}
19
20
int main(int argc, char *argv[])
21
{
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected