commit | afdd1366358c477f986ca1af9f3cdc869ce15156 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jan 01 12:31:24 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Jan 08 18:40:22 2024 -0700 |
tree | e27838b547afef10822580224ac1f0731cc74d7f | |
parent | 667ed4b14ddaa9af196481f1757c0e517e80b6ed [diff] |
Back out some parallel_for_each features Now that the DWARF reader does not use parallel_for_each, we can remove some of the features that were added just for it: return values and task sizing. The thread_pool typed tasks feature could also be removed, but I haven't done so here. This one seemed less intrusive and perhaps more likely to be needed at some point.