Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

C#: Anything wrong with setting HttpContext.Current in a parallel thread?

Multithreading, lambdas and local variables

Task Handling on Application Shutdown

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