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

Method Queue

cpp/examples/broker.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160public:
161 Queue(proton::container& c, const std::string& n) :
162 work_queue_(c), name_(n), current_(subscriptions_.end())
163 {}
164
165 bool add(proton::work f) {
166 return work_queue_.add(f);

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected