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
If we want process support for corosio we need the following things
Nice to have (currently not supported in process v2)
The latter is rather messy in the winapi and would need specific support in the reactor implementation, see here