Skip to content

posix_process reads stdout before stderr #18

@rajatjain1997

Description

@rajatjain1997

A subtle issue with variable_descriptor is that it attempts to read all the data at once in the end. As opposed to whenever the data is available. Proposed design:

posix_process would poll the given output fds for output. Once that is done, the read method will be called on them directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions