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: move time driver into runtime module #4983

Merged
merged 1 commit into from Sep 6, 2022
Merged

Commits on Sep 6, 2022

  1. rt: move time driver into runtime module

    This patch moves the time driver into the runtime module. The time driver
    is a runtime concern and is only used by the runtime. Moving the drivers
    is the first step to cleaning up some Tokio internals. There will be
    follow-up patches that integrate the drivers and other runtime concerns
    more closely.
    
    This is an internal refactor and should not impact any public APIs.
    carllerche committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8b9be5b View commit details
    Browse the repository at this point in the history