Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

OperationCanceledException VS TaskCanceledException when task is canceled

What is the proper way to chain Tasks when returning a Task?

c# task-parallel-library

How to create a Task<> I can complete manually

c# task-parallel-library

Parallel.Invoke does not wait for async methods to complete

Task.Factory.StartNew with async lambda and Task.WaitAll

How to count the amount of concurrent threads in .NET application?

Accessing UI controls in Task.Run with async/await on WinForms

Task.Delay() not behaving as expected

Async/await, custom awaiter and garbage collector

Why does LogicalCallContext not work with async?

How to correctly write Parallel.For with async methods

Is it possible for a Dictionary in .Net to cause dead lock when reading and writing to it in parallel?

Task.WaitAll hanging with multiple awaitable tasks in ASP.NET

Stubbing Task returning method in async unit test

Does using Tasks (TPL) library make an application multithreaded?

Distinguish timeout from user cancellation

Catching AggregateException

c# task-parallel-library

When to cache Tasks?

Task Parallel Library vs Async Workflows

StaTaskScheduler and STA thread message pumping