Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.Wait unexpected behavior in case of OperationCanceledException

What is going on with Task.Delay().Wait()?

How can I allow Task exceptions to propagate back to the UI thread?

How many processor cores does the .NET task scheduler support

How can you await a Task when you can't await

Executing N number of threads in parallel and in a sequential manner

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