Skip to content

subprocess for c++ v0.4.0

Latest
Compare
Choose a tag to compare
@benman64 benman64 released this 03 Aug 02:24
· 51 commits to master since this release

Changes:

  • CTRL_BREAK_EVENT is sent for SIGTERM & terminate() functions on windows.
  • fixed invalid handles when launching a python script that then launches new
    processes.
  • new kIsWin32 constant to help avoid ifdef use.
  • Documentation wording to be more confident as the library is looking pretty
    good, and I haven't felt like changing much of the API.