python-etcd
python-etcd copied to clipboard
Asyncio support?
Just out of curiosity, would you consider adding asyncio support to be within the scope of this project, or better tackled by a separate project like https://github.com/lisael/aioetcd?
Watching keys would be especially useful to be able to do async.
+1
+1
I don't think there is an easy way to have aio support in python-etcd without adding some alternative API. To be honest, I have no time to work on this for now; it might change in the future but don't bet on it!