MCPcopy Create free account
hub / github.com/boostorg/asio / main

Function main

example/cpp11/tutorial/daytime6/server.cpp:75–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73};
74
75int main()
76{
77 try
78 {
79 boost::asio::io_context io_context;
80 udp_server server(io_context);
81 io_context.run();
82 }
83 catch (std::exception& e)
84 {
85 std::cerr << e.what() << std::endl;
86 }
87
88 return 0;
89}

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected