Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

Calling async methods from non-async code

What is the best way to catch exception in Task?

Cannot implicitly convert type 'string' to 'System.Threading.Tasks.Task<string>'

Best way to convert callback-based async method to awaitable task

Is prevTask.Wait() recommended to be used with ContinueWith (from the Tasks library)?

c# task-parallel-library

Is there a Task based replacement for System.Threading.Timer?

Task.Run with Parameter(s)?

Proper way to implement a never ending task. (Timers vs Task)

Is there anything like asynchronous BlockingCollection<T>?

The current SynchronizationContext may not be used as a TaskScheduler

A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was

An async/await example that causes a deadlock

Simplest way to do a fire and forget method in c# 4.0

Why does this async action hang when I try and access the Result property of my Task?

Need to understand the usage of SemaphoreSlim

What is the advantage of using async with MVC5?

ASP.NET Web API OperationCanceledException when browser cancels the request

Is it considered acceptable to not call Dispose() on a TPL Task object?

Default parameter for CancellationToken

Run two async tasks in parallel and collect results in .NET 4.5