Skip to content

Async std::os::unix::fs::FileExt read_at/write_at #576

Open
@Xorlev

Description

@Xorlev

Hi folks,

I was curious whether async-std would be interested in an async port of std::os::unix::fs::FileExt. I'm writing a service right now that'd benefit from such a thing -- currently I've been doing it myself by using std::os::unix::fs::FileExt::read_at with spawn_blocking, but it'd be neat to be included in async-std.

If there's interest in this, I could try my hand at a PR.

Activity

ghost

ghost commented on Nov 22, 2019

@ghost

Yes! :) We haven't quite finished the async_std::os module. A PR with FileExt would be very welcome!

vlovich

vlovich commented on Jan 30, 2021

@vlovich

I want to try my hand here. Organizationally, does this get added to src/os/windows/fs.rs and src/os/unix/fs.rs?

added a commit that references this issue on Jan 30, 2021
linked a pull request that will close this issue on Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @vlovich@Xorlev

      Issue actions

        Async std::os::unix::fs::FileExt read_at/write_at · Issue #576 · async-rs/async-std