Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Dealing with a very large number of files

Good approach for hundreds of comsumers and big files [closed]

Parallel.ForEach() changes Impersonation Context

await Task.Delay(foo); takes seconds instead of ms

Parallel.For not utilising all cores

OWIN SelfHost Web Api - Request Cancellation - How is it done? Thread aborts?

How to do async operations in a TPL Dataflow for best performance?

Task.Delay didn’t get canceled?

GC interruptions and TPL

I've been spoiled by async/await! Now struggling wth explicit Task continuations

Does a C# Task run on one core?

Cancellation of Long running async WCF Call to SSRS

Parallel.ForEach questions

Preventing task from running on certain thread

Async code without waiting for completion

How should I convert a function returning a non-generic Task to ValueTask?

Exception handling with TPL

c# task-parallel-library

Confusion about calling CPU-bound methods synchronously from an async method

TPL Dataflow block consumes all available memory

TaskCancellationException how to avoid the exception on success control flow?