Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void container::run(int threads) { impl_->run(threads); }
95
96
void container::auto_stop(bool set) { impl_->auto_stop(set); }
97
98
void container::stop(const error_condition& err) { impl_->stop(err); }
99
Callers
7
on_container_start
Method · 0.45
test_container_schedule_stop
Function · 0.45
test_container_mt_stop_empty
Function · 0.45
test_container_mt_stop
Function · 0.45
test_container_mt_close_race
Function · 0.45
on_container_start
Method · 0.45
test_stop
Method · 0.45
Calls
no outgoing calls
Tested by
7
on_container_start
Method · 0.36
test_container_schedule_stop
Function · 0.36
test_container_mt_stop_empty
Function · 0.36
test_container_mt_stop
Function · 0.36
test_container_mt_close_race
Function · 0.36
on_container_start
Method · 0.36
test_stop
Method · 0.36