process v1.0.3
davidnich
released this
04 Jan 19:44
·
13 commits
to develop
since this release
This is a bugfix release:
- fixed a race condition with async I/O in process handled that could result in a
PROCESS-CONSTRUCTOR-ERROR: dup2() failed
exception when starting processes (qorelanguage/qore#4303) - fixed a race condition in
Process::wait()
(qorelanguage/qore#4272)
See the full release notes here: https://qoretechnologies.com/manual/qorus/5.1.21/process/html/#process_v1_0_3