Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Chaining Parallel Tasks to an End Condition or Error Condition

Generic callbacks from C# Tasks

Benefits from returning a "Task<int>" instead of an "int" in a WCF or WebAPI method (IIS)

Async/Await vs TPL vs WCF Service vs Web API: So many choices

How to handle multiple request batch processing using Task in ASP.NET?

TPL Dataflow Blocks using LinkTo Predicate

Under what circumstances should an Async method support cancellation

Should I always complete a TaskCompletionSource?

Task.Run with cancellation support

c# task-parallel-library

How do I run tasks in parallel and select the first result that satisfies a given condition in C#? [duplicate]

Why can't I install my windows service - Specified service already exists

Converting my C# BlockingCollection based code to TPL dataflow

Ordered parallel execution

Does Task.ConfigureAwait(false) on the last method line affect anything?

WaitAll vs WaitAny

Consuming BlockingCollection with multiple consumers

Task<T> and Task in Func delegate

Difference between TPL and TAP

c# task-parallel-library

Is there a way to tell which Tasks are currently running in Task Parallel Library?

WPF TPL Restart a canceled Task