Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Await Task.WhenAll() inside task not awaiting

ConcurrentDictionary is it threadsafe to edit the value after a GetOrAdd?

Threads spun with Task.Run always exit with exit code 259 [duplicate]

Task with event notification - .net 4

Task.WhenAll return list instead of array

Using statement in Task