Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Turning async socket Parallel and not only Concurrent in very intensive application using TPL

Is there a way of setting a Task driven via TaskCompletionSource to Status 'Running'?

c# task-parallel-library

How to handle exceptions in Tasks with debugger?

Parallel loops and Random produce odd results

I want the Task to handle any exceptions that are thrown, but am finding it difficult to stop them from reaching the parent

Ninject Scope issue with Tasks/Threads

What is the main difference between returning a task by await keyword and returning without await keyword?

Task.Run vs. ContinueWith in ASP.NET MVC

Thread count growth when using Task Parallel Library

Is it the correct implementation?

async computation doesn't catch OperationCancelledException

Use TPL Dataflow to encapsulate pipeline ending in an action block

How to make AsyncLocal flow to siblings?

How can I achieve maximum parallelism and utilize maximum CPU with Parallel.ForEach?

Passing cancellation token to calling method VS task constructor?

Bug in TPL - TaskContinuationOptions.ExecuteSynchronously?

Task<T> and TaskContinuationOptions Clarification in C#?

How to get maximum degree of parallelism for task parallel library usage?

Does calling asynchronous Task based WCF method utilize the I/O completion port or a Thread Pool thread to call the continuation?

Thread.Interrupt equivalent for Task TPL