MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / stop

Method stop

libcaf_net/caf/net/middleman.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void middleman::stop() {
122 mpx_->shutdown();
123 if (mpx_thread_.joinable())
124 mpx_thread_.join();
125 else
126 mpx_->run();
127}
128
129void middleman::init(actor_system_config&) {
130 if (auto err = mpx_->init()) {

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected