MCPcopy 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
82void router::abort(const error&) {
83 for (auto& [id, hdl] : pending_)
84 hdl.dispose();
85 pending_.clear();
86}
87
88error router::start(lower_layer::server* down) {
89 down_ = down;

Callers 2

startMethod · 0.45
handle_errorMethod · 0.45

Calls 2

disposeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected