MCPcopy Create free account
hub / github.com/3rdparty/libprocess / terminate

Method terminate

src/grpc.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74namespace client {
75
76void Runtime::terminate()
77{
78 dispatch(data->pid, &RuntimeProcess::terminate);
79}
80
81
82Future<Nothing> Runtime::wait()

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected