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: move driver unpark out of multi-thread parker #5026

Merged
merged 1 commit into from Sep 17, 2022

Commits on Sep 17, 2022

  1. rt: move driver unpark out of multi-thread parker

    This patch removes the driver Unpark handle out of the multi-thread
    parker and passes a reference in when it is needed. This is a first step
    towards getting rid of the separate driver unpark handle in favor of
    just using the regular driver handle. Because the regular driver handle
    is owned at a higher level (at the top of the worker struct).
    carllerche committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    c2801e4 View commit details
    Browse the repository at this point in the history