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, refactor: extract basic_scheduler::Config #4935

Merged
merged 2 commits into from Aug 24, 2022

Commits on Aug 23, 2022

  1. rt, refactor: extract basic_scheduler::Config

    The `basic_scheduler` uses a `Config` struct to pass in runtime
    configuration options. These config options are set at the public
    `runtime::Builder` level and are shared between the basic scheduler and
    the multi-threaded scheduler.
    
    This change extracts the struct and uses it to configure the
    multi-threaded scheduler as well
    carllerche committed Aug 23, 2022
    Copy the full SHA
    169ee81 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Aug 23, 2022
    Copy the full SHA
    782f9d3 View commit details
    Browse the repository at this point in the history