rlancaste / stellarsolver

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

Protect the futures QList with a mutex #119

Closed murveit closed 2 years ago

murveit commented 2 years ago

Protect the QList futures with a mutex. That is, whenrunSEPExtractor() is runnng, waitSEP() will block until() runSEPExtractor is done -- so the destructor and the abort() method will block until runSEPExtractor is done.