Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

What would be a good way to Cancel long running IO/Network operation using Tasks?

Pass CurrentUICulture to Async Task in ASP.NET MVC 3.0

Executing a task through ASP.NET synchronization context safely and without AsyncManager.Sync

Understanding async/await without threads [duplicate]

How should I propagate task exception from continuation task in .NET 4.0?

Task WaitAny condition

c# task-parallel-library

Proper way to start Task in .net 4.0

c# task-parallel-library

how to use yield to return the collection of Item in parallel block or Task

How to detect Tasks in a cycle

.NET 4 ... Parallel.ForEach() question

I/O performance - async vs TPL vs Dataflow vs RX

Why CancellationTokenRegistration exists and why does it implement IDisposable

Benefits of using BufferBlock<T> in dataflow networks

Creating a task wrapper around an existing object