Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Pattern for writing synchronous and asynchronous methods in libraries and keeping it DRY [duplicate]

Create an Awaitable Cold Task

How to implement retry logic with Task Parallel Library(TPL) [duplicate]

Accuracy of Task.Delay

Async CTP - Recommended approach for task scheduling