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

Method make_work_queue

cpp/src/proactor_container_impl.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138class work_queue::impl* container::impl::make_work_queue(container& c) {
139 return c.impl_->add_work_queue();
140}
141
142container::impl::impl(container& c, const std::string& id, messaging_handler* mh)
143 : threads_(0), container_(c), proactor_(pn_proactor()), handler_(mh), id_(id),

Callers

nothing calls this directly

Calls 1

add_work_queueMethod · 0.80

Tested by

no test coverage detected