Quantcast
Channel: Dr. Dobb's C/C++ Articles
Viewing all articles
Browse latest Browse all 123

Improving Futures and Callbacks in C++ To Avoid Synching by Waiting

$
0
0
In C++, futures are a great way of decomposing a program into concurrent parts, but a poor way of composing those parts into a responsive and scalable program. Microsoft's Parallel Pattern Library (PPL) provides a solution using tasks.

Viewing all articles
Browse latest Browse all 123

Trending Articles