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

Method driver_pair

cpp/src/connection_driver_test.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 in_memory_driver a, b;
113
114 driver_pair(const connection_options& oa, const connection_options& ob,
115 const std::string& name=""
116 ) :
117 a(ba, ab, name+"a"), b(ab, ba, name+"b")
118 {
119 a.connect(oa);
120 b.accept(ob);
121 }
122
123 void process() { a.process(); b.process(); }
124};

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected