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: Add write_all_buf to AsyncWriteExt #3737

Merged
merged 6 commits into from May 1, 2021
Merged

Commits on Apr 30, 2021

  1. io: Add write_buf_all to AsyncWriteExt

    This commit adds write_buf_all to AsyncWriteExt. This enables
    users to write an entire `Buf` to a writer without needing to manually
    loop through each chunk of the `Buf` manually.
    rcoh committed Apr 30, 2021
    Copy the full SHA
    19d4442 View commit details
    Browse the repository at this point in the history
  2. io: fix write_all_buf docs

    rcoh committed Apr 30, 2021
    Copy the full SHA
    2d8d7bf View commit details
    Browse the repository at this point in the history
  3. io: fmt & doc link fixes

    rcoh committed Apr 30, 2021
    Copy the full SHA
    1fede65 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    84e9ea8 View commit details
    Browse the repository at this point in the history
  5. Back out reformatting of macro

    rcoh committed Apr 30, 2021
    Copy the full SHA
    d09e4ca View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Copy the full SHA
    2c3337f View commit details
    Browse the repository at this point in the history