如何在 Windows 中等待线程死亡?这就是我希望我的代码看起来的样子:
main thread:
creating thread: thread1
waiting for thread1 to die
//rest of the code
我正在使用 Win32 API。
如何在 Windows 中等待线程死亡?这就是我希望我的代码看起来的样子:
main thread:
creating thread: thread1
waiting for thread1 to die
//rest of the code
我正在使用 Win32 API。