Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

When to use Task.Delay, when to use Thread.Sleep?

If my interface must return Task what is the best way to have a no-operation implementation?

Best practice to call ConfigureAwait for all server-side code