I wish to read several log files as they are written and process their input with asyncio. The code will have to run on windows. From what I understand from searching around bot
asyncio doesn't support file operations yet, sorry.
asyncio
Thus it cannot help with your problem.