-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement blocking file I/O using new I/O subsystem #6168
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
Comments
Newsched is in a really good place and std::rt::io::file has some stubs, marking as E-easy. |
Basic file io actions are implemented in |
Basic functionality is now provided in
These may just be nice wrappers around |
This appears to have been fixed in 68d5510. |
Good point, thanks! |
…eMacro, r=ebroto Fix FP in `same_functions_in_if_condition` lint about condition as macro Ignore expr that originate from a macro. Fixes: rust-lang#6168 changelog: none
The new scheduler won't be ready for a long time, but we can replace core::io with a blocking implementation of the new I/O API. Need to make the implementation first though.
The text was updated successfully, but these errors were encountered: