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

Method run

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

Source from the content-addressed store, hash-verified

90listener container::listen(const std::string& url, listen_handler& l) { return impl_->listen(url, l); }
91
92void container::run() { impl_->run(1); }
93
94void container::run(int threads) { impl_->run(threads); }
95

Callers 15

test_user_contextFunction · 0.45
test_delivery_tagFunction · 0.45
test_container_vhostFunction · 0.45
test_container_no_vhostFunction · 0.45
test_container_stopFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_user_contextFunction · 0.36
test_delivery_tagFunction · 0.36
test_container_vhostFunction · 0.36
test_container_no_vhostFunction · 0.36
test_container_stopFunction · 0.36