Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Why cannot IObservable<T> be used without Reactive(Rx) extension for .NET?

Task constructor vs Task.Run with async Action - different behavior

Where does async and await end? Confusion

Task Parallel Library - Know when all tasks are finished

How to run method with arguments in separate thread using Parallel Tasks

c# task-parallel-library

What happens to work scheduled by Task.Run() after the program terminates?

How to get the reference of TPL task's thread in C#?

How to properly cancel Task.WhenAll and throw the first exception?

Parallel.Foreach maintain collection order?

Configuring the continuation behaviour of a TaskCompletionSource's Task

Why isn't SaveChangesAsync actually saving all of my changes?

HttpClient not throwing exception when using await on GetAsync

async/await. Where is continuation of awaitable part of method performed?

Task.Factory.StartNew(someMethod(withParam)).continueWith(sameMethod(differentParam)).Wait()

How can I convert a foreach to Parallel.ForEach?

c# task-parallel-library

Asynchronous socket operations in a Task

Task event or action on cancel token requested

c# task-parallel-library

Strange Behavior When I Don't Use TaskCreationOptions.LongRunning

Wrapping Native Async functions with Task<T>

Parallel code bad scalability