Tagged Questions
5
votes
1answer
403 views
A pattern for pausing threads similar to the CancellationTokenSource and CancellationToken pattern?
I started using the cooperative thread cancellation pattern provided in framework 4.0 by ConcellationTokenSource and CancellationToken and I found it very useful and simple.
My purpose is now to ...