iainconnor/composer-pthreads

There is no license information available for the latest version (1.0.2) of this package.

PThreads with the Composer autoloader baked in.

Installs: 113

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/iainconnor/composer-pthreads

1.0.2 2017-07-06 16:02 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:30:05 UTC


README

A simple library to demonstrate how to use PThreads in conjunction with the Composer AutoLoader.

Composer PThreads

Installation

From composer, composer require iainconnor/composer-pthreads.

Usage

Just use or extend the provided AutoloadWorker Class in place of your normal \Worker.

See ComposerWorkerTest.php for a full example.