Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.Run vs. direct async call for starting long-running async methods

Max tasks in TPL?

How can I implement both an async method and its synchronous counterpart? [duplicate]

Task.Run how to write it with action and ref variable name

What are the ContinueWith default values

"stream was not readable" ArgumentException when using ReadAsStreamAsync with StreamReader

Closures and Tasks

5x Performance with Parallel.For... on a Dual Core?

set priority for Parallel.For loop

c# task-parallel-library

Task continuation parallel execution with async/await

Ambiguous Invocation on Generic ContinueWith

TPL DataFlow vs BlockingCollection

Scheduling Task for future execution

Cannot implicitly convert type 'void' to 'System.Threading.Tasks.Task'

CallContext.LogicalGetData gets restored even where there is no asynchrony. Why?

wait for a Task that calls an async method to complete without blocking thread

C# Parallel loop local variable thread safe Information

Am I responsible for cleaning up after a Task created with the TaskCreationOptions.LongRunning flag?

Indenting lambdas and nested actions

Parallel.ForEach using Thread.Sleep equivalent