Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.Factory.StartNew + TaskCreationOptions.LongRunning explanation

How can a TPL task send intermediate results to the parent thread?

Custom TaskScheduler that gets used across awaits

Associate a CancellationToken with an async method's Task

Update the WPF UI while processing - best use of async await

TPL Dataflow create aggregated result array from all incoming nodes (multiple producer, 1 consumer)

Why does an exception in an async Parallel.ForEach crash the application? [duplicate]

Parallel.ForEach throws exception when extracting a zip file

Running separate process in ASP.NET Core Web Minimal API

Async Tasks, Cancellation, and Exceptions

Is writing to a bool variable from multiple threads safe in C#?

Polly CircuitBreakerAsync is not working as I expect

How to prevent Parallel.ForEach loop from changing the number of tasks during runtime?

Async and sync versions of method [duplicate]

Does any one know how to use IOCompletionPortTaskScheduler and IOTaskScheduler in ParallelExtensionExtras and what are their use?

Execute multiple queries in parallel with Dapper

Parallel Programming using TPL on WinForms

Multiple calls to async function with cache in C#