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: fix error when calling block_on twice #162

Merged
merged 1 commit into from
Nov 3, 2022

Commits on Nov 2, 2022

  1. rt: fix error when calling block_on twice

    This fixes an issue where we would try and spawn a separate background task on the `LocalSet` for watching the `AsyncFd` for the uring instance every time we called `block_on`. Now, we only spawn at runtime creation.
    Noah-Kennedy committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3b19d70 View commit details
    Browse the repository at this point in the history