Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Why CancellationToken is separate from CancellationTokenSource?

Regarding usage of Task.Start() , Task.Run() and Task.Factory.StartNew()

How to cancel a Task in await?

Async/await vs BackgroundWorker

When to dispose CancellationTokenSource?

Parallel foreach with asynchronous lambda

No ConcurrentList<T> in .Net 4.0?

What's the difference between Task.Start/Wait and Async/Await?

Create a completed Task

Nesting await in Parallel.ForEach

HttpClient - A task was cancelled?

What is the use for Task.FromResult<TResult> in C#

When should TaskCompletionSource<T> be used?

Cancellation token in Task constructor: why?

await vs Task.Wait - Deadlock?

What is the difference between Task.Run() and Task.Factory.StartNew()

Calling async method synchronously

Parallel.ForEach vs Task.Factory.StartNew

Catch an exception thrown by an async void method

Running multiple async tasks and waiting for them all to complete