Once Python 3.8 is dropped and the next 3.9 version takes its place (#204), the [wrap](https://github.com/Tinche/aiofiles/blob/main/src/aiofiles/ospath.py#L8-L16) decorator can use `asyncio.to_thread` coroutine function. References: - https://docs.python.org/3.9/library/asyncio-task.html#running-in-threads - https://superfastpython.com/asyncio-to_thread/