Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How to observe tasks that are not awaited due to failure in another awaited task in C#?

Asynchronous socket reading: the initiating thread must not be exited - what to do?

MonoTouch - Threading

handling exception in Tpl

Quartz.net + 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