Download the PHP package beauty-framework/parallels without Composer
On this page you can find all versions of the php package beauty-framework/parallels. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beauty-framework/parallels
More information about beauty-framework/parallels
Files in beauty-framework/parallels
Download beauty-framework/parallels
More information about beauty-framework/parallels
Files in beauty-framework/parallels
Vendor beauty-framework
Package parallels
Short Description Beauty Parallels (RoadRunner, Fibers)
License MIT
Package parallels
Short Description Beauty Parallels (RoadRunner, Fibers)
License MIT
Please rate this library. Is it a good library?
Informations about the package parallels
Beauty Parallels
A lightweight concurrency manager for PHP, supporting Fiber-based parallel execution out of the box. Optionally, you can use RoadRunner jobs-based parallelism (WIP).
Installation
Quick Start
Output:
Execution Modes
Available modes:
Mode | Description |
---|---|
fiber |
Default. Uses PHP Fibers (cooperative multitasking) |
process |
WIP. Spawns tasks via RoadRunner Jobs pipeline |
You can explicitly choose the execution strategy:
Notes
- Fiber-based mode is enabled by default, lightweight and fast.
- RoadRunner-based process execution is under active development and is experimental.
TODO
- [ ] Finish implementation of
ProcessConcurrencyWorker
based onspiral/roadrunner-jobs
- [ ] Add serialization-safe closures via
opis/closure
- [ ] Result collector with Redis or temp files
- [ ] Per-task exception handling and cancellation support
- [ ] Tests
License
MIT
All versions of parallels with dependencies
PHP Build Version
Package Version
The package beauty-framework/parallels contains the following files
Loading the files please wait ....