Best way: to implement an interrupt/cancel feature for all your threaded workers.
- by Lukas Šalkauskas
Hello there,
So my question is how to implement cancel/interrupt feature into all (I mean ALL) thread workers in your application in best and most elegant way?
It's not important if it's an HttpWebRequest, IO operation or calculation. User should have an possibility to cancel every action/thread at any moment.