Skip to content

Fix for threads preventing exit#5

Open
CaptainStabs wants to merge 2 commits intoAstronomyLiveYt:mainfrom
CaptainStabs:exit_fix
Open

Fix for threads preventing exit#5
CaptainStabs wants to merge 2 commits intoAstronomyLiveYt:mainfrom
CaptainStabs:exit_fix

Conversation

@CaptainStabs
Copy link
Contributor

Before this, closing the window never killed the mainloop, which never returned control to the shell.

I've swapped all the separate threads to daemons, which will force them to the background and let the main thread exit even if the other threads are not done.

@CaptainStabs CaptainStabs changed the title Program not exiting fix Fix for threads preventing exit Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant