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

Method Receiver

cpp/examples/broker.cpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267public:
268 Receiver(proton::receiver r, QueueManager& qm) :
269 receiver_(r), work_queue_(r.work_queue()), queue_(0), queue_manager_(qm)
270 {}
271
272 bool add(proton::work f) {
273 return work_queue_.add(f);

Callers

nothing calls this directly

Calls 1

work_queueMethod · 0.45

Tested by

no test coverage detected