Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Continuation Task in the same thread as previous

Unnecessary async/await when await is last?

Why does iterating over GetConsumingEnumerable() not fully empty the underlying blocking collection

Is it true that for long running processes it is better to do thread manually instead of threadpool?

TaskScheduler.FromCurrentSynchronizationContext - how to use WPF dispatcher thread when unit testing

The return type of an async method must be void, Task or Task<T> [closed]

Task.Delay never completing

How can I capture the value of an outer variable inside a lambda expression?

Task.WaitAll not waiting for task to complete

Task chaining (wait for the previous task to completed)

Why the continuations of Task.WhenAll are executed synchronously?

Is my understanding of async/await, how it works and its benefits, correct?

Should methods that return Task throw exceptions?

Terminate or exit C# Async method with "return"

Asynchronous MVVM commands

Awaiting tasks: Return task or await if no code after await [duplicate]

best way to use the nice .net 4.5 HttpClient synchronously

c# task-parallel-library

Does Parallel.ForEach require AsParallel()

Proper way to implement methods that return Task<T>

How to catch/observe an unhandled exception thrown from a Task