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

This package is auto-updated.

Last update: 2024-04-18 02:08:31 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