Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How can I unit test code that contain Task.Delay?

Is it better to return an empty task or null? c#

How come this algorithm in Ruby runs faster than in Parallel'd C#?

Syntax for launching many async tasks in c#

How does local initialization with Parallel ForEach work?

c# task-parallel-library

Retry a task multiple times based on user input in case of an exception in task

Translating async-await C# code to F# with respect to the scheduler

Are you using Parallel Extensions? [closed]

Is it OK to try to use Plinq in all Linq queries?

What happens to Tasks that are never completed? Are they properly disposed?

Task sequencing and re-entracy

How to get the current task reference?

c# task-parallel-library

Running several EntityFramework database queries in parallel

Track progress when using TPL's Parallel.ForEach

How (and if) to write a single-consumer queue using the TPL?

Problems with references to TPL Dataflow and TPL in VS 2012 RC

Stop vs Break in Parallel.For

What is a real world use for ConcurrentBag<T>?

Async-await Task.Run vs HttpClient.GetAsync