Final GSoC report
What do I have completed this week?
-
Added a dedicated threadPool for the Processing Toolbox to run the algorithms.
- Bugfix on the cancel option. Avoid connecting the signals every time the algorithm runs. This was making the slots to be called multiple times when running and cancelling the algorithm several times.
Is there any blocking issue?
-
I wasn’t able to fix the issue with the cancel option when you have more than one algorithm running. The issue turned out to be more complicated than I first expected.