We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shepherd is usally used by a single user at a time yet there are probally still benifits to be gained by sprinkling async everywhere.
async
Not sure if this requires us to do anything fancy with FastAPI.
DONE IS:
The text was updated successfully, but these errors were encountered:
Async will probably have benefits, I have used async with fastapi before and unless you are trying to start fastapi from async code it is not an issue
Sorry, something went wrong.
Sounds good, not super urgent right now but maybe something we can do in the future
No branches or pull requests
Shepherd is usally used by a single user at a time yet there are probally still benifits to be gained by sprinkling
async
everywhere.Not sure if this requires us to do anything fancy with FastAPI.
DONE IS:
The text was updated successfully, but these errors were encountered: