Boost C++ Libraries: Ticket #7288: Under windows it is possible to use io_service::poll without a previous call to reset! https://svn.boost.org/trac10/ticket/7288 <p> I found out, that it is possible under windows to use io_service::poll without calling reset on the same service before. </p> <p> Under Linux the internal variable "stopped_" is checked in the immplementation. The windows immplementation doesent do that, although the documentation says: "The poll() function runs handlers [...] until the io_service has been stopped [...]." </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7288 Trac 1.4.3 anonymous Sun, 26 Aug 2012 11:58:42 GMT component changed; owner set https://svn.boost.org/trac10/ticket/7288#comment:1 https://svn.boost.org/trac10/ticket/7288#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">chris_kohlhoff</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">asio</span> </li> </ul> Ticket