sharkydog/async

There is no license information available for the latest version (dev-master) of this package.

Abstract and helper classes for asynchronous PHP execution

dev-master 2022-02-06 08:44 UTC

This package is auto-updated.

Last update: 2025-03-06 15:22:15 UTC


README

For now this is only useful with parallel extension, unless you can run closures in separate process/thread. So docs and examples will go to the repo bellow.

This repo is mostly to hold classes like Pool and Results in separate namespace.

See sharkydog/async-parallel for implementation of PHP parallel extension (requires PHP ZTS).