Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
namespace client {
75
76
void Runtime::terminate()
77
{
78
dispatch(data->pid, &RuntimeProcess::terminate);
79
}
80
81
82
Future<Nothing> Runtime::wait()
Callers
nothing calls this directly
Calls
1
dispatch
Function · 0.70
Tested by
no test coverage detected