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

Method remove_work_queue

cpp/src/proactor_container_impl.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void container::impl::remove_work_queue(container::impl::container_work_queue* l) {
159 GUARD(work_queues_lock_);
160 work_queues_.erase(l);
161}
162
163namespace {
164void default_url_options(connection_options& opts, const url& url) {

Callers 1

~container_work_queueMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected