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

Using sharded locks instead of a global lock for Timers #6534

Merged
merged 33 commits into from
May 22, 2024

Commits on May 4, 2024

  1. first commit

    wathenjiang committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ee626f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed42fae View commit details
    Browse the repository at this point in the history
  3. fix ci

    wathenjiang committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1915c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f9a443 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    5954e4f View commit details
    Browse the repository at this point in the history
  2. thread-local id

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    565432b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71bb30c View commit details
    Browse the repository at this point in the history
  4. rm feature

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    8bf56ca View commit details
    Browse the repository at this point in the history
  5. fix multi_thread_alt

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e4288c6 View commit details
    Browse the repository at this point in the history
  6. ci: allow(dead_code)

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7cdddd6 View commit details
    Browse the repository at this point in the history
  7. ci: rustfmt

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    178baeb View commit details
    Browse the repository at this point in the history
  8. fix: condition feature

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    2de08f2 View commit details
    Browse the repository at this point in the history
  9. fix: ci

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c808e81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11ce15a View commit details
    Browse the repository at this point in the history
  11. add time feature

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1d309bf View commit details
    Browse the repository at this point in the history
  12. add time feature again

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    256c279 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c8aa23 View commit details
    Browse the repository at this point in the history
  14. add time feature

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1fb35c9 View commit details
    Browse the repository at this point in the history
  15. fix time feature

    wathenjiang committed May 5, 2024
    Configuration menu
    Copy the full SHA
    2497479 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    18dd900 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    fea8e32 View commit details
    Browse the repository at this point in the history
  2. revert head

    wathenjiang committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5ecfd75 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    16ff7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d8ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8fc74 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update tokio/src/runtime/time/entry.rs

    Co-authored-by: Alice Ryhl <[email protected]>
    wathenjiang and Darksonn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4a2c88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c069805 View commit details
    Browse the repository at this point in the history
  3. fix: ci

    wathenjiang committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5e3d1b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ca8ddb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    71fd4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b687274 View commit details
    Browse the repository at this point in the history