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: rename internal runtime::Kind to Scheduler #5017

Merged
merged 2 commits into from Sep 15, 2022

Commits on Sep 15, 2022

  1. rt: rename internal runtime::Kind to Scheduler

    The `runtime::Kind` enum doesn't really represent the runtime flavor,
    but is an enumeration of the different scheduler types. This patch
    renames the enum to reflect this.
    
    At a later time, it is likely the `Scheduler` enum will be moved to
    `tokio::runtime::scheduler`, but that is punted to a later PR.
    
    This rename is to make space for other enums
    carllerche committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5f0db69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2382eda View commit details
    Browse the repository at this point in the history