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

util: add back public poll_read_buf() function #3079

Merged
merged 5 commits into from Nov 1, 2020

Commits on Oct 30, 2020

  1. util: add back public poll_read_buf() function

    This was accidentally removed in tokio-rs#3064.
    djc committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    060b85b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Update tokio-util/src/lib.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    djc and Darksonn committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e56aa53 View commit details
    Browse the repository at this point in the history
  2. Update tokio-util/src/lib.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    djc and Darksonn committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    df068f9 View commit details
    Browse the repository at this point in the history
  3. Update tokio-util/src/io/mod.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    djc and Darksonn committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    8a73e80 View commit details
    Browse the repository at this point in the history
  4. Fix up argument order

    djc committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1a8863e View commit details
    Browse the repository at this point in the history