Skip to content

v5.0.0

Compare
Choose a tag to compare
@sweikenb sweikenb released this 29 Sep 12:21
· 3 commits to main since this release
0c25885

Features

  • ProcessQueue added as more flexible alternative to ProcessPool 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 explicitly false is returned, it will continue
    to wait.