作者:
donkeychen (Bad_To_The_Bone)
2014-08-19 16:28:05開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
vc++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
boost
問題(Question):
請教大家
t.interrupt();
執行後 應該會到 t bind的 function 內的 interrupt point才會中斷
並丟出 boost::thread_interrupted
只是內建也有幾個interrupt point
想請教一下如何在catch裡面顯示究竟被中斷 是做到哪邊丟出的呢
謝謝