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: remove Arc from I/O driver #5134

Merged
merged 1 commit into from Oct 27, 2022
Merged

rt: remove Arc from I/O driver #5134

merged 1 commit into from Oct 27, 2022

Commits on Oct 27, 2022

  1. rt: remove Arc from I/O driver

    The next step in the great driver cleanup. This patch removes the Arc
    used in the I/O driver in favor of `runtime::scheduler::Handle`.
    carllerche committed Oct 27, 2022
    Copy the full SHA
    6c7279a View commit details
    Browse the repository at this point in the history