Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void middleman::stop() {
122
mpx_->shutdown();
123
if (mpx_thread_.joinable())
124
mpx_thread_.join();
125
else
126
mpx_->run();
127
}
128
129
void middleman::init(actor_system_config&) {
130
if (auto err = mpx_->init()) {
Callers
nothing calls this directly
Calls
2
shutdown
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected