Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Waiting on a Task with a OnlyOnFaulted Continuation causes an AggregateException

Task.WhenAny - What happens with remaining running tasks?

AsParallel.ForAll vs Parallel.ForEach

What is the conceptual difference between SynchronizationContext and TaskScheduler

How can SynchronizationContext.Current of the main thread become null in a Windows Forms application?

Wrapping ManualResetEvent as awaitable task

Best way in .NET to manage queue of tasks on a separate (single) thread

Async with huge data streams

How to implement interface method that returns Task<T>?

How to handle all unhandled exceptions when using Task Parallel Library?

Awaitable AutoResetEvent

Task.WhenAll result ordering

Can I use the task parallel library in a .Net 3.5 project?

How to Mock a Task<> Result?

Difference between Task.Run and QueueBackgroundWorkItem in Asp.Net

Write your own async method

Task.Factory.StartNew vs Task.Factory.FromAsync

Executing tasks in parallel

TPL vs Reactive Framework

Set ApartmentState on a Task