Manages IO operations of a single file
The only scenario I made this library for is when reading and writing from a single file in more than a single thread.
! 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