reindexer icon indicating copy to clipboard operation
reindexer copied to clipboard

Python AsyncIO support

Open techdragon opened this issue 5 years ago • 1 comments

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

techdragon avatar Aug 22 '19 08:08 techdragon

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 :)

olegator77 avatar Sep 07 '19 14:09 olegator77