mirror of
https://github.com/boostorg/asio.git
synced 2026-01-30 07:22:09 +00:00
This change fixes the scheduler and win_iocp_io_context destructors so that they correctly stop the internal thread that was created in the constructor. This fixes a deadlock that can occur when two threads concurrently attempt to create the first I/O object associated with a non-native I/O execution context.