Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Preserve exception when continuing Task<T>

Portable class library equivalent of Dispatcher.Invoke or Dispatcher.RunAsync

Tracking c#/.NET tasks flow

Parallel.ForEach doesn't make use of all available thread pool threads

HttpClient in using statement causes Task cancelled

What is the best way to cal API calls in parallel in .net Core, C#?

Is new Task always executed on ThreadPool thread?

Implement Classic Async Pattern using TPL

C# 5 .NET MVC long async task, progress report and cancel globally

Parallel.ForEach vs Async Forloop in Heavy I/O Ops

IObservable<T>.ToTask<T> method returns Task awaiting activation

Parallel.For and Break() misunderstanding?

How to correctly rethrow an exception of task already in faulted state?

SendMailAsync : An asynchronous module or handler completed while an asynchronous operation was still pending

Prevent IIS from killing a Task before it ends

Thread.Sleep(2500) vs. Task.Delay(2500).Wait()

Is there default way to get first task that finished successfully?

How do I force a task cancellation?

Task.ContinueWith method requires task argument?

How can I get the equivalent of Task<T> in .net 3.5?