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

Maintainers

Package info

github.com/sharkydog/async

pkg:composer/sharkydog/async

Statistics

Installs: 2

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-06 17:24:51 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).