MCPcopy Create free account
hub / github.com/alibaba/async_simple / main

Function main

demo_example/block_echo_server.cpp:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int main(int argc, char* argv[]) {
62 try {
63 asio::io_context io_context;
64 start_server(io_context, 9980);
65 } catch (std::exception& e) {
66 std::cerr << "Exception: " << e.what() << "\n";
67 }
68
69 return 0;
70}

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
start_serverFunction · 0.70

Tested by

no test coverage detected