Commit f51e696e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

asio: Add stop() to listen_and_serve doc

parent a433b132
...@@ -142,8 +142,8 @@ public: ...@@ -142,8 +142,8 @@ public:
// incoming requests in cleartext TCP connection. If |asynchronous| // incoming requests in cleartext TCP connection. If |asynchronous|
// is false, this function blocks forever unless there is an error. // is false, this function blocks forever unless there is an error.
// If it is true, after server has started, this function returns // If it is true, after server has started, this function returns
// immediately, and the caller should call join() to shutdown server // immediately, and the caller should call stop() and join() to
// gracefully. // shutdown server gracefully.
boost::system::error_code listen_and_serve(boost::system::error_code &ec, boost::system::error_code listen_and_serve(boost::system::error_code &ec,
const std::string &address, const std::string &address,
const std::string &port, const std::string &port,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment