Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 380 Bytes

Pool with Swoole

This is an example to use Swoole for pooling workers to re-use the threads to save valuable system resources.

Additional resources

Install this via composer to have type completion for your IDE (tested with PhpStorm)

composer require --dev "eaglewu/swoole-ide-helper:dev-master"

Examples

See repository for examples.