Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Task.Faulted and Task.Exception

Calling an async method using a Task.Run seems wrong?

Restart a task or create a new one?

'WaitFor' an observable

Analogue of Queue.Peek() for BlockingCollection when listening to consuming IEnumerable<T>

AggregateException is throwing while waiting for PostAsJsonAsync

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