appserver-io-psr / concurrency
Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.
Installs: 27
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/appserver-io-psr/concurrency
Requires
- php: >=5.4.0
Requires (Dev)
- appserver-io/build: ~1.0
This package is auto-updated.
Last update: 2025-09-18 05:22:34 UTC
README
Introduction
Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.
Installation
If you want to use the library with your application you can install it by adding
{ "require": { "appserver-io-psr/concurrency": "dev-master" }, }
to your composer.json
and invoke composer update
in your project.
External Links
- Documentation at appserver.io