Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task with Action Delegate accepting string parameter

Concurrent download/processing in C#

Having 1 thread execute multiple methods at the same time

Using TPL Task from WCF

TaskLocal<T> Class?

Select First Async Result

In a nested loop, should Parallel.For be used on the outer or inner loop?

TPL Parallel For Loop error

How to switch between async & sync in .NET/C#

Classic never-ending thread loop using tasks?

Practical differences between using TPL and Async Pattern

Why decrementing one variable modifies incrementing of another one in C# Parallel.ForEach loop?

Task keeping Form instance open?

Is the phrase from a book "The current SynchronizationContext is a property of the current thread" correct"?

Blocking collection when collect results inside ActionBlock

WPF async await Task Locks UI Thread Running Tasks in Parallel

How can I wrap a method with a callback parameter into a Task?