MCPcopy 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
99private:
100 unique_ptr<Server> server;

Callers 8

disconnectMethod · 0.45
serveFunction · 0.45
stopMethod · 0.45
synchronizedFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected