Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.ContinueWith() parent task doesn't wait for child task to finish [duplicate]

Why is async/await not working in my ASP.net 5 Console Application?

Continuous polling using Tasks

Using System.Threading.Tasks.Parallel create new thread in the thread pool?

Action<T> vs Standard Return

Type 'T' is not awaitable

FileStream.ReadAsync very slow compared to Read()

Microsoft's CCR vs Task Parallel Library

Parallel.Invoke - Exception handling

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?