Skip to content

Tracking Issue for #![feature(unix_file_vectored_at)] #89517

Open
@a1phyr

Description

@a1phyr

Feature gate: #![feature(unix_file_vectored_at)]

This is a tracking issue for positioned vectored I/O on Unix platforms.

Public API

trait std::os::unix::fs::FileExt {
    // Existing methods: `read_at`, `read_exact_at`, `write_at`, `write_all_at`

    fn read_vectored_at(&self, bufs: &mut [io::IoSliceMut<'_>], offset: u64) -> io::Result<usize>;
    fn write_vectored_at(&self, bufs: &[io::IoSlice<'_>], offset: u64) -> io::Result<usize>;
}

Steps / History

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions