Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Hashed/Sharded ActionBlocks

Should I wrap a task in another task or should I just return the created task?

'await' does not return, when my Task is started from a custom TaskScheduler

TPL Dataflow: Persist previous data

Running Multiple threads in queue using BlockingCollections

How do I abort a .NET task?

Using SMO to script out Object definitions from SQL server database in .net in Parallel loop

ninject (or other IoC) with Task scope?

await async lambda in ActionBlock

Sync over Async avoiding deadlock and prevent UI from being responsive

TPL Equivalent of Thread Class 'Splash-Type' Screen

c# task-parallel-library

Task Dataflow, can a data block be changed from completion state?

How to implement continuously running dataflow blocks in TPL?

Using locks on objects in a Dictionary gives KeyNotFoundException

Run only the current task and the most recently queued task

Solving OnSendingHeaders deadlock with Katana OpenID Connect Middleware

System.Timers.Timer Elapsed intermittently not firing when using an Task.Run with async from Console App

How to use Task.WhenAll() for multiple Lists of different return types?

Using Task.Run for synchronous method in service

Load Test using C# Async Await