MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / run

Method run

boost-http/http.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void run() {
32 self_ = shared_from_this();
33 asio::dispatch(strand_, [self = shared_from_this()] { self->read_next_request(); });
34 }
35 ~HttpSession() {
36 }
37

Callers 2

runMethod · 0.45
init_http_serverFunction · 0.45

Calls 1

read_next_requestMethod · 0.95

Tested by

no test coverage detected