MCPcopy Create free account
hub / github.com/apache/thrift / onewayWait

Method onewayWait

lib/cpp/test/processor/Handlers.h:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void onewayWait() override {
69 concurrency::Guard g(mutex_);
70 log_->append(EventLog::ET_CALL_ONEWAY_WAIT, 0, 0);
71
72 blockUntilTriggered();
73 }
74
75 void exceptionWait(const std::string& message) override {
76 concurrency::Guard g(mutex_);

Callers 1

testOnewayCallFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected