Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ start
Method
start
libcaf_net/caf/net/http/router.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
error router::start(lower_layer::server* down) {
89
down_ = down;
90
down_->request_messages();
91
return {};
92
}
93
94
ptrdiff_t router::consume(const request_header& hdr, const_byte_span payload) {
95
for (auto& ptr : routes_)
Callers
2
run_client
Method · 0.45
do_start_impl
Method · 0.45
Calls
1
request_messages
Method · 0.45
Tested by
1
run_client
Method · 0.36