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

runtime: Add a metric that counts currently active tasks #5628

Commits on Apr 16, 2023

  1. runtime: Add a metric that counts currently active tasks

    Adds a new metric for the number of active tasks  for the Runtime. We count
    the elements on the OwnedTasks LinkedList, and access that through RuntimeMetrics.
    
    Closes: tokio-rs#5400
    matildasmeds committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c7d3512 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    32343c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    e757921 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update tokio/src/util/linked_list.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    matildasmeds and Darksonn committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1110961 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    matildasmeds committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4157371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b00b1 View commit details
    Browse the repository at this point in the history
  4. remove const from fn def

    matildasmeds committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9292ed2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Make counter non-atomic

    matildasmeds committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    041d2a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c1a03c7 View commit details
    Browse the repository at this point in the history