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

Method send

src/grpc.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98void Runtime::RuntimeProcess::send(SendCallback callback)
99{
100 std::move(callback)(terminating, &queue);
101}
102
103
104void Runtime::RuntimeProcess::receive(ReceiveCallback callback)

Callers 2

processMethod · 0.45
streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected