Async in C++ with the PPL - WriteAsync .NET
writeasync.net/?p=190102.04.2014 · The Parallel Patterns Library (PPL) provides C++ developers with some very useful concurrency primitives along similar lines as Task parallelism in .NET. Having been introduced in Visual Studio 2010, the PPL is not new by any means.However, it remains relatively obscure to many who dabble in native code. Similar to .NET, task<T> is the main star of the native async …