Why program is terminated if neither calls std::thread::detach nor std::thread::join?

后端 未结 0 1932
不思量自难忘°
不思量自难忘° 2020-12-24 11:21

I know that if there is neither std::thread::detach nor std::thread::join is called. The thread object calls std::terminate within the destructor. I am wonderring what the d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题