Library for PHP to execute functions asynchronously https://packagist.org/packages/joopschilder/php-async
Go to file
Joop Schilder 902fc963ee Renamed package 2019-01-16 16:32:56 +01:00
bin Made the code more robust. 2019-01-16 16:22:02 +01:00
src Made the code more robust. 2019-01-16 16:22:02 +01:00
.gitignore Initial commit 2019-01-16 01:10:54 +01:00
README.md Create README.md 2019-01-16 01:13:01 +01:00
composer.json Renamed package 2019-01-16 16:32:56 +01:00

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.