Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 431 Bytes

IOManage

Manages IO operations of a single file

Applications in which this library is useful

The only scenario I made this library for is when reading and writing from a single file in more than a single thread.

Features

! IOManager Class
+ Read/Write queue system
+ Can cleanly close file, finishing all r/w functions before terminating
+ Loop runs in its own thread, so no asyncio management is required