Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

What happens to a disposed Task?

Modification of a local variable to null, via another thread, how is that possible

How do I correctly use HttpClient with async/await?

Task Parallel Library for directory traversal

"The calling thread must be STA" workaround

Task continuation blocking UI thread

Thread Blocking the UI

c# task-parallel-library

How does C# Task.WaitAll() combine object states into one?

Moq Throw async exception in one of tasks in call to Task.WhenAll

Task Parallel Library Code Freezes in a Windows Forms Application - Works fine as a Windows Console Application

Does not having a reference to a Task cause memory leaks?

Index out of range exception when using Parallel for loop

How to work with Task Parallel library with DataReader

c# task-parallel-library

ContinueWith TaskContinuationOptions.OnlyOnFaulted does not seem to catch an exception thrown from a started task

Pattern for implementing sync methods in terms of non-parallel Task (Translating/Unwrapping AggregateExceptions)

C# tasks are executed before Task.WhenAll

Ping.SendAsync() always successful, even if client is not pingable in cmd

Task.Factory.StartNew won't wait for task completion?

How does sequential loop run faster than Parallel loop in C#?

c# task-parallel-library

What is the difference between a Nested Task and Child Task

c# task-parallel-library