Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Catching errors with .NET Task Parallel Library

C# tasks are not cancelled

c# task-parallel-library

Task Scheduler with WCF Service Reference async function

Task<IList<>> as a result of Func<>

How to simplify or wrap exceptions when rewriting synchronous code to use TPL

WhenAll on the large number of Task [closed]

How to process tasks as they complete -but each task requires different method to process task's result

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