2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-30 07:22:09 +00:00
Files
asio/include
Christopher Kohlhoff 7709723129 Correctly stop "own thread" in service destructor.
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.
2020-06-22 20:50:53 +10:00
..