Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

"Timeout expired" exception on code exclusively using using statements

Migrating lock to TPL

When to lock a thread-safe collection in .net ? ( & when not to lock ? )

Tasks or Threads for a long-running operation?

Why is my async function hanging when calling task.run function

How to Dump latest list in LinqPad?

How to await for override async function?

Task is ignoring Thread.Sleep

Nested Parallel performance question

Visual Studio 2010 Cannot Use System.Threading.Tasks;

Why does the Task Parallel Library have a 'hidden' 1 second timeout for scheduling tasks under certain conditions?

C# Parallel.For to create array: OK to put lock() on the array?

Thread.Sleep in Task.Run

Unexpected behavior from 2-level Task.ContinueWith

c# task-parallel-library

Is there an analog of ExceptionDispatchInfo in Microsoft.Bcl.Async?

Enforcing one async observable at a time

async/await vs ContinueWith

Double await when invoke async lambda via Dispatcher

Stopping Parallel.ForEach in Windows Service with below normal priority

How can I free-up memory used by a Parallel.Task?

c# task-parallel-library