tasoft / instruction-queue
dev-master
2022-10-27 14:49 UTC
Requires
- php: >=7.2
- ext-pcntl: *
Requires (Dev)
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2024-11-27 19:01:02 UTC
README
Simple package that allows to load instructions into a local memory and execute them by triggering a cyclic process method.
Each instruction can decide, if the execution process needs to wait for it or if its executable in "background".
PHP does not support background threads by default, but this management creates a work around for tasks like this.