Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.07k stars 741 forks source link

await screens #4672

Closed willmcgugan closed 1 week ago

willmcgugan commented 1 week ago

Fixes https://github.com/Textualize/textual/issues/4668

The problem was that removing screens was concurrent, which could cause issues if you do it fast. This change prevents overlapping of these tasks.