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

wait for in-flight ops before cloning File #5803

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 18, 2023

  1. wait for in-flight ops before cloning File

    If there is an ongoing operation on a file, wait for that to complete
    before performing the clone in `File::try_clone`. This avoids a race
    between the ongoing operation and any subsequent operations performed on
    the clone.
    
    Fixes: tokio-rs#5759
    djmitche committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a5ac636 View commit details
    Browse the repository at this point in the history