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

rt: remove a reference to internal time handle #5107

Merged
merged 3 commits into from Oct 17, 2022

Commits on Oct 14, 2022

  1. rt: remove a reference to internal time handle

    This patch removes a handle to the internal runtime driver handle held
    by the runtime. This is another step towards reducing the number of Arc
    refs across the runtime internals. Specifically, this change is part of
    an effort to remove an Arc in the time driver itself.
    carllerche committed Oct 14, 2022
    Copy the full SHA
    7d72622 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Copy the full SHA
    86fcb0d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Update tokio/src/runtime/driver.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    carllerche and Darksonn committed Oct 17, 2022
    Copy the full SHA
    1882856 View commit details
    Browse the repository at this point in the history