minestat
minestat copied to clipboard
Python: Asynchronous socket
Feature Description
- For the minestat class, is there a version that uses an asynchronous socket.
Because the effect of using
asyncio.to_thread (MineStat (xx))alone is not ideal. For asynchronous programs, it doesn't work very well.