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

Fix the description of steal_count #35

Merged
merged 2 commits into from Feb 5, 2023

Commits on Jan 4, 2023

  1. Fix the description of steal_count

    `steal_count` falsely claimed to be the number of times tasks where
    stolen, but was actually the number of tasks stolen.
    The description is wrong for all versions of tokio since at least the
    minimum tokio version tokio-metrics currently supports (v1.15).
    See: https://github.com/tokio-rs/tokio/blob/f64673580dfc649954eb744eb2734f2f118baa47/tokio/src/runtime/queue.rs#L323
    jschwe committed Jan 4, 2023
    Copy the full SHA
    e164f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. chore: fix clippy failure

    jschwe committed Jan 27, 2023
    Copy the full SHA
    72d632f View commit details
    Browse the repository at this point in the history