Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Create a completed Task

Nesting await in Parallel.ForEach

HttpClient - A task was cancelled?

What is the use for Task.FromResult<TResult> in C#

When should TaskCompletionSource<T> be used?

Cancellation token in Task constructor: why?

await vs Task.Wait - Deadlock?

What is the difference between Task.Run() and Task.Factory.StartNew()

Calling async method synchronously

Parallel.ForEach vs Task.Factory.StartNew

Catch an exception thrown by an async void method

Running multiple async tasks and waiting for them all to complete

Awaiting multiple Tasks with different results

Synchronously waiting for an async operation, and why does Wait() freeze the program here

How can I tell Moq to return a Task?

What is the difference between task and thread?

How to safely call an async method in C# without await

WaitAll vs WhenAll

Asynchronously wait for Task<T> to complete with timeout

Using async/await for multiple tasks