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

Method Client

src/tests/benchmarks.cpp:420–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418{
419public:
420 Client(const UPID& destination, CountDownLatch* latch, long repeat)
421 : destination(destination), latch(latch), repeat(repeat) {}
422
423protected:
424 void consume(MessageEvent&& event) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected