Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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?

F# Continuous loop in F#

Task.WhenAll and task starting behaviour

Unable to use System.Threading.Tasks in WP7 application

Canceling a task

How to determine when all task is completed

c# task-parallel-library