Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Does ContinueWhenAll observe the exceptions and hence prevent an UnobservedTaskException?

Thread Safety for Parallel Tasks in .NET

how to wait for webclient OpenReadAsync to complete

Long running task is blocking the UI

How to better understand the code/statements from "Async - Handling multiple Exceptions" article?

How to iterate over items in a BufferBlock<T>?

The Mysterious "usage" Tag in Visual Studio Documentation XML Comment Tags

Different implementations of a method that returns a Task

Updating UI Control from ActionBlock

How do I keep a task alive after the method that called it has exited?

TPL force higher parallelism

Any practical use for custom awaiters?

Do I need to consider possible re-entrant coding issues when using the await operator in an extension method?

Whether to use TPL or async /await

Correct way to expose a cancellable Task API

Regarding asynchronous Task, why is a Wait() required to catch OperationCanceledException?

Parallel.For Properties

Should I encapsulate Task in a Class?