PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mahesh S   Simple PHP Multithreading   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Multithreading
Create threads that run multiple tasks in parallel
Author: By
Last change:
Date: 3 years ago
Size: 374 bytes
 

Contents

Class file image Download
{ "name": "codespede/simple-multi-threader", "type": "library", "require": { "opis/closure": "*" }, "license": "MIT", "authors": [ { "name": "Mahesh Warrier", "email": "maheshs60@gmail.com" } ], "autoload": { "psr-4": { "cs\\simplemultithreader\\": "src/" } } }