Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Wasn't it .NET 4.0 TPL that made APM, EAP and BackgroundWorker asynchronous patterns obsolete?

Task from cancellation token?

Combine the result of two parallel tasks in one list

What is the ValueTask equivalent of Task.CompletedTask?

Execute task in background in WPF application

.Net TPL: Limited Concurrency Level Task scheduler with task priority?

Difference between Task (System.Threading.Task) and Thread

Update UI Label when using Task.Factory.StartNew

Trigger an action to start after X milliseconds

Why does the Task.WhenAny not throw an expected TimeoutException?

what is the correct way to cancel multiple tasks in c#

Why *not* change the priority of a ThreadPool (or Task) thread?

OperationCanceledException VS TaskCanceledException when task is canceled

What is the proper way to chain Tasks when returning a Task?

c# task-parallel-library

How to create a Task<> I can complete manually

c# task-parallel-library

Parallel.Invoke does not wait for async methods to complete

Task.Factory.StartNew with async lambda and Task.WaitAll

How to count the amount of concurrent threads in .NET application?

Accessing UI controls in Task.Run with async/await on WinForms

Task.Delay() not behaving as expected