Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Task.WhenAll for ValueTask

How to make Task.WaitAll() to break if any exception happened?

Sequential processing of asynchronous tasks

Awaiting a non-async method

c# task-parallel-library

Using async without await?