mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fixes an issue with `wait_for_tasks()` and adds a lower-overhead `push_loop` helper. We replace our usage of `parallelize_loop` with `push_loop` as we didn't use the multi-future vector return and don't need the extra overhead.