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

Add a BorrowedFd::try_clone_to_owned and accompanying documentation #97178

Merged
merged 4 commits into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    eb37bbc View commit details
    Browse the repository at this point in the history
  2. Add BorrowedFd::try_clone_to_owned.

    And `BorrowedHandle::try_clone_to_owned` and
    `BorrowedSocket::try_clone_to_owned` on Windows.
    sunfishcode committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5d0eae8 View commit details
    Browse the repository at this point in the history
  3. Revise the documentation for try_clone.

    On Unix, describe these in terms of the underlying "file description". On
    Windows, describe them in terms of the underlying "object".
    sunfishcode committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    007cbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee49d65 View commit details
    Browse the repository at this point in the history