Skip to content
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

fs: implement file::read_at #13117

Merged
merged 2 commits into from Dec 29, 2022
Merged

fs: implement file::read_at #13117

merged 2 commits into from Dec 29, 2022

Conversation

Nekotekina
Copy link
Member

Reads from the given offset; does not seek; thread-safe.

Reads from the given offset; does not seek; thread-safe.
It's known that too huge read can require multiple syscalls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants