tasoft/instruction-queue

Maintainers

Package info

github.com/tasoftch/instruction-management

pkg:composer/tasoft/instruction-queue

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-10-27 14:49 UTC

This package is auto-updated.

Last update: 2026-02-27 21:38:55 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.