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

console_subscriber: remove clock skew warning in start_poll #434

Merged
merged 1 commit into from
Jun 10, 2023

Commits on Jun 8, 2023

  1. console_subscriber: remove clock skew warning in start_poll

    Remove "possible Instant clock skew" message in start_poll. This warning could occur when a task switches threads between 2 polls. Replaced the code to use saturating_duration_since, which clamps the elapsed time to 0, if the starting poll time is less than the scheduled time.
    
    Fixes tokio-rs#433
    h33p committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9b6cb7c View commit details
    Browse the repository at this point in the history