nat-goodspeed

Results 7 issues of nat-goodspeed

If I simply call `monkey_patch(subprocess=True)`, `subprocess.check_output()` works as expected: $ python Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or...

importance-bug
platform-windows

Move libs/process/{doc,example,test} to top-level directories. Move boost/process under include, thus include/boost/process.

sequence() returns an initializer adapter that forwards initializer method calls to each contained initializer in turn. Also defines any_initializer as the element type for the container of interest. ``` std::vector...

This pull request depends on #10. That changeset displays as part of this comparison. This PR provides a high-level feature -- asynchronous child-process termination notification -- using two distinct platform-specific...

The on_fork_success() method for Posix initializers should have access to the new child pid, just as the on_CreateProcess_success() method for Windows initializers has access to the new hProcess.

This pull request streamlines {posix,windows}/execute.hpp by making Boost.Preprocessor do the multiple levels of repetition, generating BOOST_PROCESS_EXECUTE_INITIALIZERS overloads of the execute() function with appropriate numbers of template parameters, formal parameters and...