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

Method run

include/process/protobuf.hpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 process::Future<Res> run()
423 {
424 promise.future().onDiscard(defer(this, &ReqResProcess::discarded));
425
426 ProtobufProcess<ReqResProcess<Req, Res>>::send(pid, req);
427
428 return promise.future();
429 }
430
431private:
432 void discarded()

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
futureMethod · 0.80
sendFunction · 0.50

Tested by

no test coverage detected