Reverting the changes temporarily is going to help with the following:
- Discussion about the next steps for the multiprocess concept and the experimental libmultiprocess library without having code already commited in the master branch, potentially influencing the discussion
- Allowing for more conceptual as well as code review ACKs to accumulate, since the pull only had one ACK (two if I count mine, which didn’t make it to GitHub)
Can be reviewed with git diff HEAD HEAD~2 | wc
or git diff 1b307613604883daea4913a65da30ae073c9dc4d~ | wc
(should be all zeros)
Context here: #16367 (comment)