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

Make try_io methods call mio's try_io internally #4582

Merged
merged 3 commits into from Mar 28, 2022

Commits on Mar 26, 2022

  1. tokio: make try_io methods call mio's try_io internally

    A user defined I/O closure should be called by mio's try_io to ensure
    that the I/O receives more events if it hits a WouldBlock error.
    
    Fixes: tokio-rs#4510
    masa-koz committed Mar 26, 2022
    Copy the full SHA
    eacd282 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

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

    masa-koz committed Mar 27, 2022
    Copy the full SHA
    2ef5217 View commit details
    Browse the repository at this point in the history