Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Testing 2 arrays for equality in a parallel for loop

How can I POST an HTTP request and wait for a callback without blocking the current thread?

Scheduling using the Task Parallel Library

Deadlock with ContinueWiths in WebAPI

Dependency injection with parallel processing

Multiple Parallel.ForEach calls, MemoryBarrier?

Tracking progress of a multi-step Task

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?

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