GispoCoding / eis_qgis_plugin

A QGIS plugin for mineral prospectivity mapping
https://eis-he.eu/
GNU General Public License v2.0
8 stars 1 forks source link

Fix issue with algorithms occurring on Windows #162

Closed nmaarnio closed 1 month ago

nmaarnio commented 1 month ago

Attempt to fix bugs related to non-blocking algorithm execution recently implemented with select, that apparently is only available in Unix. New version uses threading and queue to manage the threads.