Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How can BlockingCollection(T).GetConsumingEnumerable() throw OperationCanceledException?

c# task-parallel-library

Can the .NET 4 Task Parallel Library use COM objects?

Parallel HTTP requests using System.Net.Http.HttpClient

Can/should Task<TResult> be wrapped in a C# 5.0 awaitable which is covariant in TResult?

Capturing Exceptions on async operations

Send multiple WebRequest in Parallel.For

Chaining two functions () -> Task<A> and A->Task<B>

What is the C# equivalent to Promise.all?

Should I use Threads or Tasks - Multiple Client Simulation

Async and Await - How is order of execution maintained?

Handling exception with TPL without Wait()

Construct Task from WaitHandle.Wait

How to consume HttpClient from F#?

ConfigureAwait pushes the continuation to a pool thread

Task.Factory.StartNew or Parallel.ForEach for many long-running tasks? [duplicate]

How to throttle multiple asynchronous tasks?

AspNetSynchronizationContext and await continuations in ASP.NET

How to concat async enumerables?

How should cancellation tokens be used in IHostedService?

Difference between DataflowBlockOptions.BoundedCapacity and BufferBlock<T>