Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ abort
Method
abort
libcaf_net/caf/net/http/router.cpp:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void router::abort(const error&) {
83
for (auto& [id, hdl] : pending_)
84
hdl.dispose();
85
pending_.clear();
86
}
87
88
error router::start(lower_layer::server* down) {
89
down_ = down;
Callers
2
start
Method · 0.45
handle_error
Method · 0.45
Calls
2
dispose
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected