Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make calculations non-blocking by using a separate thread #3

Open
victordomingos opened this issue Oct 29, 2019 · 0 comments
Open

Make calculations non-blocking by using a separate thread #3

victordomingos opened this issue Oct 29, 2019 · 0 comments
Labels
enhancement New feature or request planned A feature that is already planned in the current roadmap, but missing a working implementation.

Comments

@victordomingos
Copy link
Owner

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.

@victordomingos victordomingos added enhancement New feature or request planned A feature that is already planned in the current roadmap, but missing a working implementation. labels Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned A feature that is already planned in the current roadmap, but missing a working implementation.
Projects
None yet
Development

No branches or pull requests

1 participant