-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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.
minwoox