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: switch io::handle refs with scheduler:Handle #5128

Merged
merged 2 commits into from Oct 27, 2022
Merged

Commits on Oct 26, 2022

  1. rt: switch io::handle refs with scheduler:Handle

    The `schedule::Handle` reference is the internal runtime handle. This
    patch replaces owned refs to `runtime::io::Handle` with
    `scheduler::Handle`.
    carllerche committed Oct 26, 2022
    Copy the full SHA
    6cca39d View commit details
    Browse the repository at this point in the history
  2. (try to) fix BSD

    carllerche committed Oct 26, 2022
    Copy the full SHA
    1e84a83 View commit details
    Browse the repository at this point in the history