Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Best concurrency framework for low latency, high throughput data transfer on single machine [closed]

UI Freeze when Implementing custom Asynchronous WCF call handling using tasks and callbacks in WPF application

How to aggregate the data from an async producer and write it to a file?

Is it possible to continue with task C after A and B run to completion without fault or cancellation using a single TPL method?

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