Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Why does LongRunning task (TPL) with JpegBitmapDecoder run out of resources?

cancellationtoken timeout vs task.delay() and timeout

Cancel task and wait for it to finish

c# task-parallel-library

Executing TPL code in a reactive pipeline and controlling execution via test scheduler

Best way to handle null task inside async method? [closed]

How to guarantee a new thread is created when using the Task.StartNew method

SynchronizationLockException on Monitor.Exit when using await

Deadlock when combining app domain remoting and tasks

Is there an asynchronous version of PLINQ?

Does Task.ContinueWith capture the calling thread context for continuation?

How to walk the .NET try/catch chain to decide to generate a minidump

c# task-parallel-library

Most efficient way to process a queue with threads

Task.WhenAll() - does it create a new thread?

ASP.NET Web API 2 Async action methods with Task.Run performance

Why doesn't my process terminate when Task has unhandled exception?

.Net 4.5 Svcutil generates two operations with the same name (Method and MethodAsync)

is returning an empty static task in TPL a bad practice?

Why does Task.Delay() allow an infinite delay?

How to update UI from child tasks in WinForms

Support of progress reporting and incremental results in .NET 4.0 "Task Parallel Library"