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

Method Sender

cpp/examples/broker.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96public:
97 Sender(proton::sender s) :
98 sender_(s), work_queue_(s.work_queue()), queue_(0), pending_credit_(0)
99 {
100 s.user_data(this);
101 }
102
103 bool add(proton::work f) {
104 return work_queue_.add(f);

Callers

nothing calls this directly

Calls 2

work_queueMethod · 0.45
user_dataMethod · 0.45

Tested by

no test coverage detected