Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

What's the best way to wrap a Task as a Task<TResult>

When I cannot use ConfigureAwait(false)?

Is ContinueWith guaranteed to execute?

Using TPL with existing async APIs

Alternative for Task.Wait in UI thread

How to limit the number of active Tasks running via the Parallel Task Library?

c# task-parallel-library

Is Task.WhenAll required in the sample code?

Passing in an already cancelled CancellationToken causes HttpClient to hang

How does the async/await return callchain work?

What happens when you await a failed task

How to achieve Asynchrony instead of Parallelism in F#

Task Parallel library implementation on mono?

Plinq statement gets deadlocked inside static constructor

TPL and Exception Handling

How to implement an efficient WhenEach that streams an IAsyncEnumerable of task results?

How do I write a scalable socket server using C# 4.0?

Create but not start a task with a custom task factory?

c# task-parallel-library

Cancelling tasks in the Dispose method

CancellationToken and CancellationTokenSource-How to use it?

MaxDegreeOfParallelism deciding on optimal value