Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in task-parallel-library

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

Multiple Short-lived TPL Dataflows versus Single Long-Running Flow

How to disable Task Parallel Library's ETW EventSource in a Universal App?

Task.Run in a for loop

Task and Task.WaitAll with timeout exception handling

c# task-parallel-library

How to properly write a custom Task returning method

Can this parallel async call be simplified?

What are the differences between TPL Dataflow(TDF) and Reactive Extensions?

Default SynchronizationContext vs Default TaskScheduler

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

Parallel execution for IO bound operations

TaskCreationOptions.LongRunning option and ThreadPool