You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: