Like #939, this issue is intended to collect information about the expansion of the std::process module. As with most of the rest of the I/O reform, the goal of std::process was originally to be quite conservative. Over time we knew we were going to want to expand the module after we got experience using it as well as seeing how this sort of expansion plays out in the bigger picture.
I'll list some pieces below of parts I think that could be expanded, and I'll try to keep the list updated over time:
As with #939 I don't plan on writing an RFC about this expansion in the near future, but I'd like one place to collect information about how std::process can be expanded.
Like #939, this issue is intended to collect information about the expansion of the
std::processmodule. As with most of the rest of the I/O reform, the goal ofstd::processwas originally to be quite conservative. Over time we knew we were going to want to expand the module after we got experience using it as well as seeing how this sort of expansion plays out in the bigger picture.I'll list some pieces below of parts I think that could be expanded, and I'll try to keep the list updated over time:
As with #939 I don't plan on writing an RFC about this expansion in the near future, but I'd like one place to collect information about how
std::processcan be expanded.