Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Prevent IIS from killing a Task before it ends

Thread.Sleep(2500) vs. Task.Delay(2500).Wait()

Is there default way to get first task that finished successfully?

How do I force a task cancellation?

Task.ContinueWith method requires task argument?

How can I get the equivalent of Task<T> in .net 3.5?

F# Continuous loop in F#

Task.WhenAll and task starting behaviour

Unable to use System.Threading.Tasks in WP7 application

Canceling a task

How to determine when all task is completed

c# task-parallel-library

How to WhenAll when some tasks can be null?

.NET cuts down on parallel threads on repeating runs

Are the ParallelExtensions "Extras" still of value?

Async logging throwing a NullReferenceException

C# Tasks - Why a noop line is needed in this case

Is CorrelationManager.LogicalOperationStack compatible with Parallel.For, Tasks, Threads, etc

TPL Dataflow exception in transform block with bounded capacity

SingleProducerConstrained and MaxDegreeOfParallelism

Limit parallelism of an Async method and not block a Thread-Pool thread