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

Simplify interaction with Gui #1301

Merged
merged 12 commits into from
Nov 2, 2022
Merged

Simplify interaction with Gui #1301

merged 12 commits into from
Nov 2, 2022

Conversation

hannobraun
Copy link
Owner

I'm currently working on some changes to the main event loop, trying to move some more code out of it. The GUI-related channels were getting in the way, and I found some opportunities for simplifying the situation.

Since more code has been moved out of the main loop into separate
threads, and communication has been replaced with channels,
`StatusReport` isn't as widely used anymore.
`Gui` is the most important struct in this module. It should come first.
@hannobraun hannobraun enabled auto-merge November 2, 2022 13:41
@hannobraun hannobraun merged commit 5bd307c into main Nov 2, 2022
@hannobraun hannobraun deleted the gui branch November 2, 2022 13:50
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