Created
February 15, 2018 17:47
-
-
Save parsa/d7d2c48177734a9031bbdf2f154c633c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auto f = [](auto it)->hpx::future<int>& { return it->second; }; | |
| hpx::wait_all( | |
| hpx::util::make_transform_iterator(items.begin(), f), | |
| hpx::util::make_transform_iterator(items.end(), f)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment