Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

BroadcastBlock with guaranteed delivery in TPL Dataflow

What is the difference between TPL dataflow and Akka.net?

APM, EAP and TPL on Socket Programming

Is it possible to use .AsParallel Extension Method in PCL?

Why is PLINQ slower than for loop?

Looking for a Static Code Analysis Tool For Concurrency in .NET like CheckThread for java [closed]

Why does the Task.ContinueWith fail to execute in this Unit Test?

async within a LINQ code - Clarification?

HttpClient.SendAsync using the thread-pool instead of async IO?

Should nested awaitable operations be awaited?

Parallel.For freezes after around 1370 iterations, no idea why

.NET 4.5 Async vs. TPL

Task hierarchy example not working as expected

Using AsSequential in order to preserve order

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