Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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?

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