Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 593 Bytes

Composer PThreads

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.