Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How does C# 5.0's async-await feature differ from the TPL?

How do I get a return value from Task.WaitAll() in a console app?

Asynchronous Task.WhenAll with timeout

Proper way of handling exception in task continuewith

How to cancel a CancellationToken

Why is TaskScheduler.Current the default TaskScheduler?

When to use TaskCreationOptions.LongRunning?

Is there a generic Task.WaitAll?

Does the use of async/await create a new thread?

How do Reactive Framework, PLINQ, TPL and Parallel Extensions relate to each other?

Passing a method parameter using Task.Factory.StartNew

can not await async lambda

Parallel.ForEach can cause a "Out Of Memory" exception if working with a enumerable with a large object

How to put a task to sleep (or delay) in C# 4.0?

Why does TaskCanceledException occur?

Difference between the TPL & async/await (Thread handling)

multiple awaits vs Task.WaitAll - equivalent?

Is Task.Factory.StartNew() guaranteed to use another thread than the calling thread?

What is a replacement method for Task.Run in .NET 4.0 using C#?

How to create a task (TPL) running a STA thread?