Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Specifying a Thread's Name when using Task.StartNew

Web Api - Fire and Forget

TPL Dataflow, guarantee completion only when ALL source data blocks completed

Using Tasks with conditional continuations

What is the correct way to cancel an async operation that doesn't accept a CancellationToken?

Task.FromResult() vs. Task.Run()

.NET's Multi-threading vs Multi-processing: Awful Parallel.ForEach Performance

Long running task in WebAPI