Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

BlockingCollection<T>.TakeFromAny, for collections with a different generic type

Is there a Dataflow block like TransformBlock<TIn, TOut> that allows items to be propagated out of sequence?

TPL Dataflow ProducerConsumer Pattern

await not calling my method and it never returns

Why the first code displays error message immediately, but second not

Concurrency with TPL in .NET. Parallel Generator blocks after a while and gets stuck

What is the difference between these two functions using async/await/TPL?

Duplicating queue in TPL

How can I have two separate task schedulers?

TcpClient.ConnectAsync or Socket.BeginConnect with non-blocking timeout setting

Fast throw unhandled exceptions in TPL

Can await corrupt a value when called concurrently

Is this a bug in Partitioner.Create(int fromInclusive, int toExclusive)?

Pass state data in to a Parallel.ForEach without using anonymous delegates

Chaining Tasks with Different Return Types

Is it a bad idea to create a large amount of tasks for a few available cores only?

Is it a good idea to use QueueBackgroundWorkItem for event hub send data operations?

Adding items to a ListBox in a parallel way

Cannot choose method from group in Task.FromAsync method