birdcage/tui
Ryan Malloy ba8859cc31 Fix 300s executor shutdown with threading.Event
Replace time.sleep() with threading.Event.wait() in all poll
loops so worker threads exit immediately on shutdown instead of
blocking for up to 500ms per iteration. Fixes the on_unmount
crash (NoMatches from querying removed DOM nodes) by signaling
the event directly rather than iterating child widgets.

Three shutdown paths covered: q key (on_unmount), Ctrl+C
(try/finally in main), and Textual internal shutdown.
2026-02-14 10:21:42 -07:00
..
src/birdcage_tui Fix 300s executor shutdown with threading.Event 2026-02-14 10:21:42 -07:00
pyproject.toml Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
uv.lock Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00