Make calculations non-blocking by using a separate thread #3
Labels
enhancement
New feature or request
planned
A feature that is already planned in the current roadmap, but missing a working implementation.
Ephemeris calculation can take a long time, especially on slower computers. The interface shouldn't be blocked while threy're being calculated. Instead, it would be better to have the heavy load being performed in a secondary thread, while the main application acts as an observer, listing the objects as soon as threy're ready.
The text was updated successfully, but these errors were encountered: