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

fix: make event loop handle send errors correctly #63

Merged
merged 2 commits into from
Jul 14, 2024
Merged

Commits on Jul 13, 2024

  1. fix: make event loop handle send errors correctly

    When the crossterm event stream is dropped, or the application event
    channel is dropped, the event loop now correctly exits.
    
    If the init event fails to send, the application will likely not work
    correctly, so the event loop now panics if the init event fails to send.
    
    Refactored the event loop to make it easier to read and understand.
    joshka committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b32b8bb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    1c349ad View commit details
    Browse the repository at this point in the history