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

Python Asynchronous I/O Support #284

Open
ChihweiLHBird opened this issue Feb 29, 2024 · 2 comments
Open

Python Asynchronous I/O Support #284

ChihweiLHBird opened this issue Feb 29, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ChihweiLHBird
Copy link
Contributor

It would be nice to support Python's asyncio for provider and application authors because it's faster than multithreading for I/O, e.g. API request made to the backend server of the feature flags.

@federicobond
Copy link
Member

Sure! Speaking for myself as a maintainer I don't have much experience with async in Python.

Would you be willing to hash out the details and/or provide a proof of concept for how it would work? I can help with review.

@ChihweiLHBird
Copy link
Contributor Author

@federicobond Thank you! I can give it a try at a later point.

@federicobond federicobond added enhancement New feature or request help wanted Extra attention is needed labels Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants