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: rm coop::budget from LocalSet::run_until #5155

Merged
merged 1 commit into from Nov 1, 2022

Commits on Nov 1, 2022

  1. rt: rm coop::budget from LocalSet::run_until

    The `LocalSet::run_until` future is just a "plain" future that should
    run on a runtime that already has a coop budget. In other words, the
    `run_until` future should not get its own budget but should inherit the
    calling task's budget. Getting this behavior is done by removing the
    call to `budget` in `run_until`.
    carllerche committed Nov 1, 2022
    Copy the full SHA
    9df22bd View commit details
    Browse the repository at this point in the history