Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.WaitAll, how to find the tasks causing AggregateException

c# task-parallel-library

How to handle Task.Factory.StartNew exception?

Where do 'awaited' tasks execute?

The model item passed into the dictionary is of type 'System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`

What is the purpose of passing CancellationToken to Task.Factory.StartNew()

What are the use cases for AttachedToParent?

c# task-parallel-library

when parent thread sleep does sub threads also sleep?

TPL Dataflows LinkTo multiple consumers not working

Task.Result/wait(..) is indefinitely waits if waited on chain of tasks have 'unwrapped' task, whereas successfully completes if 'async/await' is used

Is it safe to use ContinueWith as a "finally" operation?

Logical CallContext values not flowing using async Tasks

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