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

Again less truncating for timeout values in Poll::poll #1642

Merged
merged 1 commit into from
Dec 27, 2022

Commits on Dec 25, 2022

  1. Again less truncating for timeout values in Poll::poll

    Round up submillisecond wait times to the next millisecond on platforms
    where submillisecond sleep times aren't supported. This makes the
    behavior actually match the documentation.
    
    See also tokio-rs#420, where this was implemented for the first time.
    tbu- committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f48a6c1 View commit details
    Browse the repository at this point in the history