appserver-io-psr / concurrency

Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSR, for concurrency stuff

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

About

Interfaces and objects that provides handling for thread-safety, concurrency programming and data sharing all written in PHP-Userland.


Languages

Language:PHP 100.0%