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

Method cancel

cpp/src/container.cpp:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119work_handle container::schedule(duration d, void_function0& f) { return impl_->schedule(d, make_work(&void_function0::operator(), &f)); }
120
121void container::cancel(work_handle work_handle) { impl_->cancel(work_handle); }
122
123void container::client_connection_options(const connection_options& c) { impl_->client_connection_options(c); }
124connection_options container::client_connection_options() const { return impl_->client_connection_options(); }

Callers 5

decoder.cppFile · 0.45
encodeMethod · 0.45
encoder.cppFile · 0.45
on_container_startMethod · 0.45
on_connection_closeMethod · 0.45

Calls

no outgoing calls

Tested by 2

on_container_startMethod · 0.36
on_connection_closeMethod · 0.36