Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Why is this Task not Finishing before my code passes the Wait Command

Why is the culture kept after ConfigureAwait(false)

C# Task Parallel Library and NHibernate/Spring.NET

TPL architectural question

Call method from a specific thread

Using dependencies on multiple threads with Parallel.ForEach

What in the Rx Framework allows me to return an IObservable<T> while awaiting other methods during creation?

Parallel.ForEach stalled when integrated with BlockingCollection

Call Thread.Sleep from the Task

return true when first async method returns true

How to use Threads for Processing Many Tasks

To Task.Run or not to Task.Run

Is it OK to call Task.Run inside using statement?

C# Make Task Threads Foreground

How to initialize a Task<List<string>> parameter?