Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Does Task.Wait(int) stop the task if the timeout elapses without the task finishing?

RunSynchronously may not be called on task that was already started

ASP.NET MVC4 Async controller - Why to use?

TaskCompletionSource - Trying to understand threadless async work

Best way to limit the number of active Tasks running via the Parallel Task Library

Running async methods in parallel

Elegantly handle task cancellation

TaskScheduler.UnobservedTaskException event handler never being triggered

c# 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