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

Method cancel

cpp/src/proactor_container_impl.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void container::impl::cancel(work_handle work_handle) {
474 GUARD(deferred_lock_);
475 is_active_.erase(work_handle);
476}
477
478void container::impl::client_connection_options(const connection_options &opts) {
479 GUARD(lock_);

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected