prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.1k stars 717 forks source link

Use Coroutine instead of Awaitable in type annotations where possible. #1832

Closed jonathanslenders closed 6 months ago

jonathanslenders commented 6 months ago

One step towards better use of structured concurrency.