Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Does this TPL idiom exist?

What's wrong with this async Task method?

How to wait on all tasks (created task and subtask) without using TaskCreationOptions.AttachedToParent

Task.Wait vs Task.RunSyncronously where task has call to WPF Dispatcher.Invoke

How to process items in parallel and then merge the results?

C# and Tasks - UI Thread Hang - Pre-Async/Await keywords

Does FileStream.ReadAsync sometimes complete synchronously?

Retrying async functions using a task -- what approach is more efficient?

Progress bar in WPF MVVM and TPL dataflow

Async methods that do not need cancellation

Get statistic of executed tasks in C#

Task.Run as an anti-pattern?

Using HttpClient.GetAsync to call Web API seems to hang

Why do TaskFactory.FromAsync() overloads require a state object to be supplied?

Should Task.Wait be deprecated?

Running method in the background and UI Thread WPF

How to verify that n methods are executing in parallel?

c# task-parallel-library

How to create never ending DataFlow Mesh with exception handling?

how can i force await to continue on the same thread?

Is there a simple way to return a task with an exception?