Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforced async I/O when opening a SystemFile
By default, the stream returned from `File.Open` does synchronous operations on the file. We can make the underlying operating system give us an asynchronous file stream to do true async reads/writes.
- Loading branch information