Class to inform the io_service when it has work to do.
用法:
boost::asio::io_service io_svc; boost::asio::io_service::work work(io_svc);
https://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio/reference/io_service__work.html
Class to inform the io_service when it has work to do.
用法:
boost::asio::io_service io_svc; boost::asio::io_service::work work(io_svc);
https://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio/reference/io_service__work.html