Library for PHP to execute functions asynchronously
https://packagist.org/packages/joopschilder/php-async
| src | ||
| .gitignore | ||
| composer.json | ||
| README.md | ||
php-async
Asynchronous PHP callable processing with return values via SysV shared memory.
Requires the php-sysvshm extension.
Works with PHP from version 5.3 upwards due to shm_attach(...) returning a resource instead of an int.