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 を使用しています。