5

如何在C++. Posix我们有pthread_detach(pthread_self());. 如何在 Windows 环境中实现这一点。

4

1 回答 1

12

假设您正在使用_beginthreadexCreateThread创建线程,您只需要使用CloseHandle关闭线程句柄。

于 2012-10-05T12:15:35.303 回答