Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Convert IEnumerable<Task<T>> to IObservable<T>

Is TPL DataFlow included with either .NET 4.5 or .NET 4.5.1?

async method in C# not asynchronous?

Execute task with the CurrentCulture set to the Task creator CurrentCulture

How can I branch logic in TPL Dataflow?

Best practice for ITargetBlock<TInput>.Completion.ContinueWith()

How to make an application crash when a Task throws an exception without waiting the finalizer

Why doesn't AsyncUnaryCall<T> and others extend Task<T>?

BlockingCollection in Task Parallel Library does not automatically release the reference of the underlying instances

Threading, CultureInfo .net , TPL, PLINQ

Task Cancellation with multiple sources

What is the best way to wait on a network packet using C#'s new async feature

SqlConnection with Parallel programming

Implementing async timeout using poor mans async/await constructs in .Net 4.0

Cancellation of a task

PLINQ vs Tasks vs Async vs Producer/Consumer queue? What to use?

Performance of Task.ContinueWith in non-async method vs. using async/await

async await returning Task<List<T>> instead of List<T> on calling aync method

Difference between calling an async method and Task.Run an async method

Task swallows the exception thrown