diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-14 00:23:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-14 00:23:40 +0200 |
| commit | a52fce7ec866ac043955d5cec63fbab6fd9ee943 (patch) | |
| tree | 0ba23bf3d005d3919889d344c193546fdf4356f4 /src/test/incremental/thinlto | |
| parent | 449697b7ff380206dd7eb758651b146da4b45fff (diff) | |
| parent | acf3ddb5ad163ea98f8935b045fc6d15faefa454 (diff) | |
| download | rust-a52fce7ec866ac043955d5cec63fbab6fd9ee943.tar.gz rust-a52fce7ec866ac043955d5cec63fbab6fd9ee943.zip | |
Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler
std: Add `{read,write}_vectored` for more types
This commit implements the `{read,write}_vectored` methods on more types
in the standard library, namely:
* `std::fs::File`
* `std::process::ChildStd{in,out,err}`
* `std::io::Std{in,out,err}`
* `std::io::Std{in,out,err}Lock`
* `std::io::Std{in,out,err}Raw`
Where supported the OS implementations hook up to native support,
otherwise it falls back to the already-defaulted implementation.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions
