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

Implement Fileext #947

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Implement Fileext #947

wants to merge 2 commits into from

Conversation

vlovich
Copy link

@vlovich vlovich commented Jan 30, 2021

Resolves #576. FileExt needs asynchronous traits so I added a dependency on async-trait but I'm not sure if there's a more preferred way to accomplish this in this codebase.

@vlovich vlovich force-pushed the fileext branch 2 times, most recently from d182d1b to 5bf67c8 Compare February 2, 2021 17:47
Addresses issue async-rs#576 to add pwrite/pread support to async_std for
parity with std & tokio.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async std::os::unix::fs::FileExt read_at/write_at
1 participant