Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

TaskCreationOptions.DenyChildAttach in .NET 4

How do I listen to TPL TaskStarted/TaskCompleted ETW events

Thread Join() causes Task.RunSynchronously not to finish

How to optimize Workqueue of well know time consuming processes

c# task-parallel-library

Task.WhenAny with cancellation of the non completed tasks and timeout

When can an AggregateException contain more than 1 inner exception?

Why does the localInit Func get called multiple times per thread in Parallel.ForEach

Stopping a method after a specified time period

Cancelling specific items in a dataflow pipeline

Task cancellation best practices

How to properly run multiple async tasks in parallel?

Exception handling in fire and forget for C# 5 (in .net 4.5)

The purpose of SynchronizationContext.CreateCopy

Task continuation with own ThreadPool

Why is this code running synchronously?

What's the best way to wrap a Task as a Task<TResult>

When I cannot use ConfigureAwait(false)?

Is ContinueWith guaranteed to execute?

Using TPL with existing async APIs

Alternative for Task.Wait in UI thread