Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Parallel.For using step != 1

Parallel.Invoke() without waiting on execution to finish

What is the difference in .NET between developing a multithreaded application and parallel programming?

F# - Convert Task<unit> to plain Task

Using a hashtable inside a Parallel.ForEach?

Where is the return statement in async/await

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