MCPcopy Create free account
hub / github.com/apache/qpid-proton / process_timed_fail

Method process_timed_fail

cpp/src/connection_driver_test.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 now = std::max(anow, bnow);
154 }
155 void process_timed_fail() {
156 timestamp anow = now + timeout + timeout + duration(100);
157 timestamp bnow = now + timeout + timeout + duration(100);
158 a.process(anow);
159 b.process(bnow);
160 now = std::max(anow, bnow);
161 }
162};
163
164/// A handler that records incoming endpoints, errors etc.

Callers 1

Calls 2

durationClass · 0.50
processMethod · 0.45

Tested by

no test coverage detected