appserver-io-psr / concurrency
Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.
0.1.1
2016-04-25 11:49 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- appserver-io/build: ~1.0
This package is auto-updated.
Last update: 2024-10-18 03:09:28 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