Skip to content

Should Process::drop wait for the child? #13854

Closed
@alexcrichton

Description

Currently the Drop implementation for Process invokes wait. Apart from blocking in destructors, this could also lead to unexpected results if the desire was to fork off a daemon.

Should we block in wait? If not, who cleans up the resources?

Nominating.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions