In my application, threads can be interrupted with boost::thread::interrupt. I want to reuse interrupted thread, can I just catch boost::interrupted_exception, or it is ideologically incorrect?
In my application, threads can be interrupted with boost::thread::interrupt. I want to reuse interrupted
Share
It looks like you can (emphasis added):