Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ shutdown
Method
shutdown
src/tests/grpc_tests.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
Try<Nothing> shutdown()
92
{
93
server->Shutdown();
94
server->Wait();
95
96
return Nothing();
97
}
98
99
private:
100
unique_ptr<Server> server;
Callers
8
disconnect
Method · 0.45
serve
Function · 0.45
stop
Method · 0.45
synchronized
Function · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TEST_F_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected