-
-
Notifications
You must be signed in to change notification settings - Fork 874
Async support #950
Copy link
Copy link
Open
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request
Metadata
Metadata
Assignees
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request
Privileged issue
Issue Content
I want Typer to have optional support for async functions.
It would depend on having AnyIO (or maybe Asyncer 🤔) installed. If the command function is
async, then it would run it withanyio.run().Maybe autocompletion functions could also be async, so they would have to be checked to see if they need to be called directly or awaited.