
21 Mar
2011
21 Mar
'11
10:21 a.m.
boost::thread t(boost::bind(&boost::asio::io_service::run, io.get()));
and io is defined as:
boost::shared_ptrboost::asio::io_service io;
boost::thread t(&boost::asio::io_service::run, io);