Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Task Parallel Library - LongRunning task vs Multiple Continuations

ConfigureAwait(false) vs setting sync context to null

Multithread error not caught by catch

async/await with ConfigureAwait's continueOnCapturedContext parameter and SynchronizationContext for asynchronous continuations

Where can I find a TPL dataflow version for 4.0?

CurrentCulture with async/await, Custom synchronization context