Library for PHP to execute functions asynchronously https://packagist.org/packages/joopschilder/php-async
Go to file
Joop 1466c2eaef
Create README.md
2019-01-16 01:13:01 +01:00
bin Initial commit 2019-01-16 01:10:54 +01:00
src Initial commit 2019-01-16 01:10:54 +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 Initial commit 2019-01-16 01:10:54 +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.