Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

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