Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Update ProgressBar UI object from Task Parallel Library

Task Cancellation and TaskContinuationOptions

c# task-parallel-library

Dumping multithreaded accessed ConcurrentBag to File not fast enough

c# task-parallel-library

TPL DataFlow, link blocks with priority?

How to Unit Test a void method with a Task inside

TPL Dataflow block which delays the forward of the message to the next block

Parallel.For not to use my main thread

Simple means of making a function non-blocking / async in C#?

Are these two code snippets using IQueryable and .AsParallel equivalent?

Task.Delay completes earlier

c# task-parallel-library

How do I invoke a method on the UI thread when using the TPL?

Variables inside a Parallel.For

Should this code return a Task or Task<object>?

Task Exception Management c#

F# task parallelism under Mono doesn't "appear" to execute in parallel

Does ConfigureAwait affect non-threadpool threads only?

How to cancel and raise an exception on Task.WhenAll if any exception is raised?

Waiting for all tasks to finish using Task Parallel Library in .NET 4.0

Waiting for Parallel.For

Why does this async method quit before writing to file?