PHP Classes

File: vendor/krakjoe/pthreads-polyfill/composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   Recon Falcon   vendor/krakjoe/pthreads-polyfill/composer.json   Download  
File: vendor/krakjoe/pthreads-polyfill/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Recon Falcon
Scan a list of pages to find unreachable links
Author: By
Last change:
Date: 5 years ago
Size: 608 bytes
 

Contents

Class file image Download
{ "name": "krakjoe/pthreads-polyfill", "type": "library", "description": "A polyfill for pthreads", "keywords": ["pthreads", "polyfill"], "homepage": "http://pthreads.org/", "license": "PHP", "authors": [ { "name": "Joe Watkins", "email": "krakjoe@php.net" } ], "autoload": { "files": [ "src/Collectable.php", "src/Threaded.php", "src/Volatile.php", "src/Thread.php", "src/Worker.php", "src/Pool.php" ] }, "minimum-stability": "dev", "require-dev": { "phpunit/phpunit": "^5" } }