Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Confused by TaskScheduler and SynchronizationContext for sync-on-async, can't control the sync context?

Why is this exception not caught?

Returning value from Parent-Child tasks

c# task-parallel-library

WCF ChannelFactory asynchronous call

.NET TPL CancellationToken memory leak

Where are FIle.ReadAll***Async/WriteAll***Async/AppendAll***Async methods?

How to properly manage Completion in TPL Dataflow

Task composition and error handling with TPL

How can I start a continuation task instance?

How to cancel Task but wait until it finishes?

Chaining tasks with delays

c# task-parallel-library

Try/Catch Wrap Around Task.Run not Handling Exception

Best practice for long running SQL queries in ASP.Net MVC

Reacting to Task completion: `.ContinueWith()` vs `GetAwaiter().OnCompleted()`

How many parallel process can I run?

C# TPL Tasks - How many at one time

Is PLinq Inherently Faster than System.Threading.Tasks.Parallel.ForEach

PLINQ query giving overflow exception

An asynchronous counter which can be awaited on

What other silent changes did happen from .Net Frameworkf v.4.0 to 4.5? [closed]