Freigeben über


Asynchronous Programming - Asynchronous Programming in C++ Using PPL

Wed, 01 Feb 2012 10:00:00 GMT

Asynchronous operations are essential for building responsive and scalable applications, but using the raw WinRT API for this requires writing lots of boiler-plate code. The Parallel Patterns Libraryoffers a new task-based programming model that makes using asynchronous operations easy and productive.

Read article