centraldogma-python
centraldogma-python copied to clipboard
Support asyncio
Central Dogma provides a watch API with a long connection. It would be inefficient to use a thread for watching files. I think we can use Event loop and Coroutines with asyncio for better performance and fewer resources.
I would like to use httpx.AsyncClient for async as we have a plan to use httpx already.