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

Support asyncio #2

Open
ikhoon opened this issue Jun 4, 2021 · 1 comment
Open

Support asyncio #2

ikhoon opened this issue Jun 4, 2021 · 1 comment
Assignees

Comments

@ikhoon
Copy link
Contributor

ikhoon commented Jun 4, 2021

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.

@hexoul
Copy link
Collaborator

hexoul commented Jul 14, 2021

I would like to use httpx.AsyncClient for async as we have a plan to use httpx already.

@hexoul hexoul added this to the 0.2.0 milestone Jul 14, 2022
@ikhoon ikhoon modified the milestones: 0.2.0, 0.3.0 Aug 17, 2022
@hexoul hexoul removed this from the 0.3.0 milestone Sep 2, 2022
@hexoul hexoul self-assigned this Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants