
4 Mar
2009
4 Mar
'09
10:23 a.m.
Asio or Boost::Threads simply ignore each other and nowhere in the docs of asio is stated smth about boost::threads, but as it seems asio socket when it waits for input is in such an interruption point (may be it uses boost::threads internally)
Are you sure asio launches threads, besides the ones you supplied for io_service::run()?