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

Method auto_stop

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

Source from the content-addressed store, hash-verified

94void container::run(int threads) { impl_->run(threads); }
95
96void container::auto_stop(bool set) { impl_->auto_stop(set); }
97
98void container::stop(const error_condition& err) { impl_->stop(err); }
99

Callers 7

on_container_startMethod · 0.45
test_container_mt_stopFunction · 0.45
on_container_startMethod · 0.45
test_stopMethod · 0.45

Calls

no outgoing calls

Tested by 7

on_container_startMethod · 0.36
test_container_mt_stopFunction · 0.36
on_container_startMethod · 0.36
test_stopMethod · 0.36