Skip to content
New issue

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

Support Async #614

Open
meldsza opened this issue Jan 14, 2024 · 1 comment
Open

Support Async #614

meldsza opened this issue Jan 14, 2024 · 1 comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service

Comments

@meldsza
Copy link

meldsza commented Jan 14, 2024

Are there any plans to support async?

Most of the newer python frameworks have moved to leverage asyncio(eg. FastAPI). Having async support would help in cases like uploading files to object storage or managing other resources by directly calling the sdk instead of having to run the sdk code in a threadpool executor.

The Azure SDK for example as optional asyncio support for those who need it. https://learn.microsoft.com/en-us/azure/developer/python/sdk/azure-sdk-library-usage-patterns?tabs=pip#asynchronous-libraries

@jyotisaini
Copy link
Contributor

jyotisaini commented Feb 5, 2024

Hi @meldsza We do not have a plan to support Async as yet. We will analyse the need for it internally and update here in case we plan to support it in future.

@jyotisaini jyotisaini added the SDK Issue pertains to the SDK itself and not specific to any service label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service
Projects
None yet
Development

No branches or pull requests

2 participants