Releases: travail/php-Parallel-Prefork
Releases · travail/php-Parallel-Prefork
Call pcntl_waitpid() with WNOHANG option
EXPERIMENTAL 0.2.0
- Experimental release, do not use this release.
- Prevent to blocking at
pcntl_waitpid()for long time with PHP 7. - Set
WNOHANGat all times andsleep1 second when no child processes spawned.