-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Bootstrap.File
#157
Comments
Re: Hemlock syntax, note that currently modules are e.g.
The capitalization is what gives them away as modules. Someday we may have a parser which catches these things. 😉 |
We've talked some about whether |
I just started opening one, but realized that I basically duplicated #148. |
Hehe, it's a good thing we write things down! |
Notes from a conversation today. We talked about the safety of providing buffers to
|
I'm almost done with the |
The boostrap file API needs to support submission of the following system calls into the executor's ioring instance. The same is true for completion. The completion API should support direct completion, e.g.
The file API needs to be build on top of the Submit and Complete API such that it closely matches the following Hemlock API
Supported file operations.
Boostrap.File.open
#161Bootstrap.File.close
#162Bootstrap.File.read
#163Bootstrap.File.write
#164Bootstrap.File.seek
#165The text was updated successfully, but these errors were encountered: