Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Track progress when using TPL's Parallel.ForEach

How (and if) to write a single-consumer queue using the TPL?

Problems with references to TPL Dataflow and TPL in VS 2012 RC

Stop vs Break in Parallel.For

What is a real world use for ConcurrentBag<T>?

Async-await Task.Run vs HttpClient.GetAsync

Best way to do a task looping in Windows Service

.NET 4 equivalent of Task.WhenAll()

multiple threads adding elements to one list. why are there always fewer items in the list than expected?

Apparent BufferBlock.Post/Receive/ReceiveAsync race/bug

Copy permissions / authentication to child threads...?

Task return type with and without Async [duplicate]

How to preserve await behavior with TaskCompletionSource.SetException?

Rethrowing previous exception inside ContinueWith

How to implement an async File.Delete/Create/Move?

.Net 4.5 killed my TPL, now what?

How do I chain Asynchronous Operations with the Task Parallel library in .NET 4?

Code Contracts and Asynchrony

Do I need to dispose of a Task?

Task.Yield() in library needs ConfigureWait(false)