Avi*_*ash 5 c++ windows multithreading
如何在Windows上分离一个线程C++.在Posix我们有pthread_detach(pthread_self());.如何在Windows环境中实现这一点.
C++
Posix
pthread_detach(pthread_self());
cme*_*erw 11
假设您正在使用_beginthreadex或CreateThread创建线程,您只需要使用CloseHandle关闭线程句柄.
CreateThread
归档时间:
13 年,2 月 前
查看次数:
4821 次
最近记录: