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: clean up arguments passed to basic scheduler #4767

Merged
merged 1 commit into from Jun 15, 2022

Commits on Jun 14, 2022

  1. rt: clean up arguments passed to basic scheduler

    Extracts the refactor from #4518.
    
    The basic scheduler takes many configuration options as arguments to the
    constructor. This cleans it up a bit by defining a `Config` struct and
    using that to pass arguments to the constructor.
    carllerche committed Jun 14, 2022
    Copy the full SHA
    c27aa09 View commit details
    Browse the repository at this point in the history