Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Specifying a Thread's Name when using Task.StartNew

Web Api - Fire and Forget

TPL Dataflow, guarantee completion only when ALL source data blocks completed

Using Tasks with conditional continuations

What is the correct way to cancel an async operation that doesn't accept a CancellationToken?

Task.FromResult() vs. Task.Run()

.NET's Multi-threading vs Multi-processing: Awful Parallel.ForEach Performance

Long running task in WebAPI

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?