Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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)

What should I do to use Task<T> in .NET 2.0?

When should Task.ContinueWith be called with TaskScheduler.Current as an argument?

Why use C# async/await for CPU-bound tasks [closed]

How to process MSMQ messages in parallel

Is it ok to derive from TPL Task to return more details from method?

How to start a List<Task> in parallel?

c# task-parallel-library