Skip to content

process support #267

@klemens-morgenstern

Description

@klemens-morgenstern

If we want process support for corosio we need the following things

  • pipes
  • posix file descriptors (so I can wait to for a child process using pidfd_open)
  • windows object handles (so I can wait for the subprocess)

Nice to have (currently not supported in process v2)

  • pdfork support (asio can't wait the fd type using it's kselect impl)
  • job object wait support

The latter is rather messy in the winapi and would need specific support in the reactor implementation, see here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions