Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.WhenAll for ValueTask

How to make Task.WaitAll() to break if any exception happened?

Sequential processing of asynchronous tasks

Awaiting a non-async method

c# task-parallel-library

Using async without await?

How to use non-thread-safe async/await APIs and patterns with ASP.NET Web API?

Calling TaskCompletionSource.SetResult in a non blocking manner

List<T> thread safety

Check if task is already running before starting new

Max Degree of Parallelism for AsParallel()

Should we use ConfigureAwait(false) in libraries that call async callbacks?

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