Skip to content

MacOS support, API updates, bugfixes

Compare
Choose a tag to compare
@lbartnik lbartnik released this 29 Sep 07:56
  • support for Mac OS
  • shared read from both stdout and stderr of the child process
  • new process_close_input() call to close the write end of child's standard input pipe; this in most cases will let the child know it should exit
  • renamed process_poll() to process_wait()
  • bugfix: group terminate in Windows