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: use signal driver handle via scheduler::Handle #5135

Merged
merged 3 commits into from Oct 27, 2022

Commits on Oct 27, 2022

  1. rt: use signal driver handle via scheduler::Handle

    The signal driver still uses an `Arc` internally to track if the driver
    is still running, however, using the `scheduler::Handle` to access the
    signal driver handle lets us delete some code.
    carllerche committed Oct 27, 2022
    Copy the full SHA
    5976646 View commit details
    Browse the repository at this point in the history
  2. try to fix windows build

    carllerche committed Oct 27, 2022
    Copy the full SHA
    f89ad38 View commit details
    Browse the repository at this point in the history
  3. comment

    carllerche committed Oct 27, 2022
    Copy the full SHA
    cf47853 View commit details
    Browse the repository at this point in the history