-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use PosixFileStream for files on POSIX (#1855)
* Use PosixFileStream for files on POSIX * Improve non-buffering strategy for FileStream * Ignore OSException along with IOException * Fix file size checks in constructor * Implement proper lifetime management of handles * Describe Rules of Engagement * Implement mmap.resize on POSIX * Update after review
- Loading branch information
Showing
8 changed files
with
746 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.