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

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sharkydog/async

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

This package is auto-updated.

Last update: 2025-10-06 16:31:36 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).