mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Now that we are threading things in different frames, we need to watch that we are not waiting for a process to complete in one frame while working in another. To accomplish this, we only wait for our own loop results Fixes https://gitlab.com/kicad/code/kicad/-/issues/20572