sharkydog / async
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
Requires
- php: ^7.4
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).