Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Should methods that return Task throw exceptions?

Terminate or exit C# Async method with "return"

Asynchronous MVVM commands

Awaiting tasks: Return task or await if no code after await [duplicate]

best way to use the nice .net 4.5 HttpClient synchronously

c# task-parallel-library

Does Parallel.ForEach require AsParallel()

Proper way to implement methods that return Task<T>

How to catch/observe an unhandled exception thrown from a Task

How to handle exceptions in Parallel.ForEach?

When is the System.Threading.Task useful?

A code example illustrating the difference between the paradigms of async/await and Reactive (Rx) extension?

Ambiguity with Action and Func parameter

A pattern for self-cancelling and restarting task

Why shouldn't I use F# asynchronous workflows for parallelism?

Implementing Parallel Task Queues in .Net

Wasn't it .NET 4.0 TPL that made APM, EAP and BackgroundWorker asynchronous patterns obsolete?

Task from cancellation token?

Combine the result of two parallel tasks in one list

What is the ValueTask equivalent of Task.CompletedTask?

Execute task in background in WPF application