Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Suggestions for doing async I/O with Task Parallel Library

Killing a .NET 4 Task?

TPL Dataflow, can I query whether a data block is marked complete but has not yet completed?

How can I merge two Linq IEnumerable<T> queries without running them?

How do I adapt DatagramSocket.MessageReceived for use with async/await?

Getting a Task's unexpected Exception to bring down the application earlier than Garbage Collection

PostAsync() within Task in .NET 4.0 causing WebException

TPL Dataflow, how to forward items to only one specific target block among many linked target blocks?

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

Parallel execution for IO bound operations

TaskCreationOptions.LongRunning option and ThreadPool