Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.83k stars 152 forks source link

threadpool: rename _sync_open to sync_open #19

Closed buhman closed 7 years ago

buhman commented 7 years ago

This also adds documentation and a minimal example for mocking real file IO in tests.

Tinche commented 7 years ago

Great job, thanks for your contribution!