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 enter to an RAII guard #2954

Merged
merged 4 commits into from Oct 13, 2020
Merged

rt: switch enter to an RAII guard #2954

merged 4 commits into from Oct 13, 2020

Commits on Oct 13, 2020

  1. rt: switch enter to an RAII guard

    A RAII guard pattern is more flexible than taking a closure.
    carllerche committed Oct 13, 2020
    Copy the full SHA
    13baedd View commit details
    Browse the repository at this point in the history
  2. fix windows

    carllerche committed Oct 13, 2020
    Copy the full SHA
    a192b8d View commit details
    Browse the repository at this point in the history
  3. fix tokio-util

    carllerche committed Oct 13, 2020
    Copy the full SHA
    251b197 View commit details
    Browse the repository at this point in the history
  4. fix loom

    carllerche committed Oct 13, 2020
    Copy the full SHA
    5e8f3f8 View commit details
    Browse the repository at this point in the history