Skip to content

Tracking issue for Child::try_wait #38903

Closed
@alexcrichton

Description

@alexcrichton

Introduced in #38866 this is a tracking issue for the Child::try_wait method.

This method attempts to wait for a child and collect its status but does not block. Questions for stabilization include:

  • Is the method name suitable?
  • Is the return type suitable? (io::Result<T> vs io::Result<Option<T>>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-unstableBlocker: Implemented in the nightly compiler and unstable.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions