Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Using Task or async/await in IHttpAsyncHandler

Task.Yield() versus Task.Delay(0)

Aborting a long running task in TPL

Thread safe Entity Framework 6

Faulted vs Canceled task status after CancellationToken.ThrowIfCancellationRequested

Why is this TAP async/await code slower than the TPL version?

Parallel.Foreach exceptions and cancel

Running a WPF control in another thread

AttachedToParent Task confusion

Why do we need ContinueWith method?

How to write unit tests with TPL and TaskScheduler

Ignore the Tasks throwing Exceptions at Task.WhenAll and get only the completed results

Convert any given function into an awaitable task

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