Open
Description
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
- Implementation: Add vectored positioned I/O on Unix #89518Final comment period (FCP)Stabilization PR
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Tracking Issue for XXX[/-][+]Tracking Issue for `#![feature(unix_file_vectored_at)]`[/+]Rollup merge of rust-lang#89518 - a1phyr:unix_file_vectored_at, r=jos…
Rollup merge of rust-lang#89518 - a1phyr:unix_file_vectored_at, r=wor…
Rollup merge of rust-lang#89518 - a1phyr:unix_file_vectored_at, r=wor…
Auto merge of rust-lang#89518 - a1phyr:unix_file_vectored_at, r=worki…
preadv
andpwritev
#122880Rollup merge of rust-lang#122880 - a1phyr:preadv_more_platform, r=wor…
Rollup merge of rust-lang#122880 - a1phyr:preadv_more_platform, r=wor…
Unrolled build for rust-lang#122880