rlancaste / stellarsolver

GNU General Public License v3.0
88 stars 47 forks source link

extractPartition cannot be cancelled #118

Closed knro closed 2 years ago

knro commented 2 years ago

Any function that is executed by QtConcurrent::run cannot be cancelled, so all the cancel code is invalid.

Perhaps we must ensure that imageData passed to extractor MUST remain valid up until the extractor is completed.