Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

How can I wait for my async operations to finish when the application gets exited using?

How to restart/reuse a recurring Task?

Creating a Task with a heartbeat

Create a Task with an Action<T>

await Task.CompletedTask vs return

Replacing methods that use backgroundworker to async / tpl (.NET 4.0)

Error: return keyword must not be followed by an object expression in c# async code

Catch exception thrown from an async lambda

How do I get the result or return value of a Task?

c# task-parallel-library

Equivalent of Task Parallel Library in Java

How do I link multiple target blocks with a source block in TPL Dataflow?

How do I convert .net 4.5 Async/Await example back to 4.0

How to get HttpClient response time when running in parallel

Using the Stopwatch with Async methods

Cancel task.delay without exception or use exception to control flow?

Multiple Parallel Task.ContinueWith order of execution

How is the performance when there are hundreds of Task.Delay

Does the Task Parallel Library (or PLINQ) take other processes into account?

task-parallel-library

Cancellation with WaitHandle

c# task-parallel-library

How to transform task.Wait(CancellationToken) to an await statement?