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 AsyncIO support #44

Open
techdragon opened this issue Aug 22, 2019 · 1 comment
Open

Python AsyncIO support #44

techdragon opened this issue Aug 22, 2019 · 1 comment

Comments

@techdragon
Copy link

It would be really useful if the python bindings supported the async features in the newer versions of python.

@olegator77
Copy link
Contributor

Hi!
The current version of python binding is uses C++ client under the hood, which is uses it's own threads and event loop.
So it seems it is not compatible with asyncio's event loop.

But even It's possible to use reindexer by http API with async IO :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants