Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
open(): Need to mark the ioreq as complete to prevent hanging.
If the IORequest is not marked as complete at open() then CheckIO will consider it as "in-use" and WaitIO will hang. This closes #11
- Loading branch information