Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Correct way to delay the start of a Task

Starting Tasks In foreach Loop Uses Value of Last Item [duplicate]

Waiting for async/await inside a task

Implementing correct completion of a retryable block

Use Task.Run() in synchronous method to avoid deadlock waiting on async method?

What does MaxDegreeOfParallelism do?

Is Task.Run considered bad practice in an ASP .NET MVC Web Application?

TaskCompletionSource : When to use SetResult() versus TrySetResult(), etc

TPL Dataflow, whats the functional difference between Post() and SendAsync()?

Getting return value from Task.Run

How to construct a Task without starting it?

How does C# 5.0's async-await feature differ from the TPL?

How do I get a return value from Task.WaitAll() in a console app?

Asynchronous Task.WhenAll with timeout

Proper way of handling exception in task continuewith

How to cancel a CancellationToken

Why is TaskScheduler.Current the default TaskScheduler?

When to use TaskCreationOptions.LongRunning?

Is there a generic Task.WaitAll?

Does the use of async/await create a new thread?