mirror of
https://github.com/boostorg/asio.git
synced 2026-02-25 14:32:08 +00:00
Only perform the windows-bug workaround where we use a short timeout with GetQueuedCompletionStatus from one thread, i.e. the timer thread. Keep track of the number of OVERLAPPED-derived operations to ensure that they all get cleaned up when the io_service is destroyed. [SVN r42758]