Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
問題が 1 つあります。ブースト スレッドを終了する必要があります。そして、メインスレッドからこれを行います。フラグの使用は適切ではありません。私を助けてください。Windows ソリューションが必要です。
次の質問への回答をお読みください。それでも Windows でスレッドを終了する必要がある場合は、次のように実行できます。TerminateThread(yourThread.native_handle());
TerminateThread(yourThread.native_handle());