commit | f4565e4c99e768d3bcf2998979528569a65d8417 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jun 13 12:46:28 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 12 09:31:16 2022 -0600 |
tree | 51d6e54a3ba0a495cdedd2977d30a748920ea3cd | |
parent | 82d734f7a3b6f08813a9ad6272aa026779c88975 [diff] |
Return vector of results from parallel_for_each This changes gdb::parallel_for_each to return a vector of the results. However, if the passed-in function returns void, the return type remains 'void'. This functionality is used later, to parallelize the new indexer.