On 6/25/22 15:20, Tom de Vries wrote: > Hi, > > Add a sequential_for_each alongside the parallel_for_each, which can be used > as a drop-in replacement. > > This can be useful when debugging multi-threading behaviour, and you want to > limit multi-threading in a fine-grained way. > > Tested on x86_64-linux, by using it instead of the parallel_for_each in > dwarf2_build_psymtabs_hard. > > Any comments? Added function header comment, and committed. Thanks, - Tom