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 internal Unpark types for Handle types #5027

Merged
merged 1 commit into from Sep 18, 2022
Merged

Commits on Sep 17, 2022

  1. rt: rm internal Unpark types for Handle types

    This patch removes all internal `Unpark` runtime types. The runtime now
    uses the `Handle` types (`runtime::io::Handle` and
    `runtime::time::Handle`) to signal threads to unpark.
    
    Without separate `Unpark` types, future patches will be able to remove
    more `Arc`s used inside various drivers.
    carllerche committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    af3fd33 View commit details
    Browse the repository at this point in the history