MCPcopy 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
88error router::start(lower_layer::server* down) {
89 down_ = down;
90 down_->request_messages();
91 return {};
92}
93
94ptrdiff_t router::consume(const request_header& hdr, const_byte_span payload) {
95 for (auto& ptr : routes_)

Callers 2

run_clientMethod · 0.45
do_start_implMethod · 0.45

Calls 1

request_messagesMethod · 0.45

Tested by 1

run_clientMethod · 0.36