Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Wait for request of CancellationToken cancellation

Synchronous implementation of interface that returns Task

What do I return from a method that returns just Task and not Task<T>?

C# TPL how to know that all tasks are done?

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