1.1.0 — Configurable child-process poll interval
The interval at which ReactPHP polls each child process for its exit status is now configurable and defaults to 0.1s (was hard-coded to 0.01s).
The previous 100 Hz poll caused unnecessary CPU load per child while jobs ran.