Skip to content

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions