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

Add AsyncWriteExt::write_all_vectored utility #1741

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Add AsyncWriteExt::write_all_vectored utility #1741

merged 1 commit into from
Apr 22, 2020

Commits on Apr 15, 2020

  1. Add AsyncWriteExt::write_all_vectored utility

    This adds a new feature to future-util, named write_all_vectored, to
    enable the utility since it requires the unstable io_slice_advance
    Rust feature.
    
    This matches the same API found in io::Write::write_all_vectored in the
    std lib.
    Thomasdezeeuw committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    564522c View commit details
    Browse the repository at this point in the history