Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cancellation

How is an observable subscription gracefully terminated?

Capturing CancelKeyPress to stop an async console app at a safe point

Proper way to correlate an OperationCanceledException to a CancellationToken

Whether method cancel() in java.util.concurrent.Future should be blocking?

Using a CancellationToken to cancel a task without explicitly checking within the task?

c# task cancellation

Is there any other way to set Task.Status to Cancelled

Order of promises in AngularJS

Is it possible to convert a `ref bool` to a CancellationToken?

Angular 2 form validators messing with the cancel button

Stopping a Thread, ManualResetEvent, volatile boolean or cancellationToken

How to correctly clean up after long running task is cancelled

How to implement cancellation of shared Task:s in C#

C# async CTP - How do I mark an async task as canceled without throwing a TaskCanceledException?

c# async-ctp cancellation

Stop promises execution once the first promise resolves

Rejecting / Resolving a promise from outside its body

Task Cancellation with multiple sources

How to Create a Hierarchical CancellationTokenSource?