v5.0.0
Features
ProcessQueue
added as more flexible alternative toProcessPool
but without pre-created pool workers
Breaking Changes
- The return value of the optional
ProcessManager::wait
-callback is now used to determine if the method should
continue to wait for further children to exit. If a value other than explicitlyfalse
is returned, it will continue
to wait.