C++0x thread interruption
- by Nicola Bonelli
According to the C++0x final draft, there's no way to request a thread to terminate. That said, if required we need to implement a do-it-yourself solution.
In your opinion, what's the best solution? Designing your own cooperative 'interruption mechanism' or going native?