Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io: reintroduce vectored writes #3149

Merged
merged 4 commits into from Nov 18, 2020
Merged

io: reintroduce vectored writes #3149

merged 4 commits into from Nov 18, 2020

Commits on Nov 17, 2020

  1. io: reintroduce vectored writes

    This adds `AsyncWrite::poll_write_vectored`, and implements it for
    `TcpStream` and `UnixStream`. Based on the proposal in #3135.
    seanmonstar committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    92a4dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    582797d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f473ed View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    a6238cc View commit details
    Browse the repository at this point in the history