| 418 | { |
| 419 | public: |
| 420 | Client(const UPID& destination, CountDownLatch* latch, long repeat) |
| 421 | : destination(destination), latch(latch), repeat(repeat) {} |
| 422 | |
| 423 | protected: |
| 424 | void consume(MessageEvent&& event) override |
nothing calls this directly
no outgoing calls
no test coverage detected