Implement async functionality#47
Conversation
|
This would close #43 |
8f54c44 to
e7873bf
Compare
faedce8 to
1b7cfc0
Compare
|
I've tested this, it works. Is there anything I can do to push this along? |
* Use aiofiles for file I/O * Move all I/O out of the event loop * Delete commented out code
|
Could I please get some feedback on this pull request. I want to use this code in my |
|
FYI, this pull request preserves the sync functionality and backwards compatibility of this package. I only modified one existing file in this repo -- Also, the async code works exactly the same as the sync code, the only difference being that all I/O is done using async functions. And again, I've tested this code and it works. |
|
Hi @JeffLIrion Sorry for the late reply, |
The code in this pull request has 100% test coverage.