Download the PHP package gandung/pipeline without Composer
On this page you can find all versions of the php package gandung/pipeline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gandung/pipeline
More information about gandung/pipeline
Files in gandung/pipeline
Download gandung/pipeline
More information about gandung/pipeline
Files in gandung/pipeline
Vendor gandung
Package pipeline
Short Description A PHP package to invoke parallel closure or invokable class instance
License BSD-3-Clause
Package pipeline
Short Description A PHP package to invoke parallel closure or invokable class instance
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package pipeline
Pipeline
This library provides ability to run callbacks/closure/invokable instance in parallel.
Table Of Content
- Quick Start
- API
- Pipeline
- PipelineBuilder
- Processor
- InterruptibleProcessor
- IntermitProcessor
Quick Start
Pipe several tasks and immediately run it in parallel.
This will print . This equals to .
This will print the same result as above.
Build tasks first, then run.
API
Pipeline
Parameter
- The tasks, can be list of closure/class instance, defaulting to empty array
- The class instance which implements , defaulting to
Return Value
None
Parameter
- The task, can be closure/class instance
Return Value
An immutable copy of
Parameter
- Task parameter
Return Value
Mixed
PipelineBuilder
Parameter
- The task, can be closure/class instance
Return Value
An immutable copy of
Parameter
- The class instance which implements , defaulting to
Return Value
An instance of
Processor
Parameter
- The tasks, can be list of closure/class instance
- Task parameter
Return Value
Mixed
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
Current task state.
InterruptibleProcessor
Parameter
- Cancellation routine, must return or
Return Value
None
Parameter
- The tasks, can be list of closure/class instance
- Task parameter
Return Value
Mixed
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
Current task state.
IntermitProcessor
Parameter
- Cancellation routine, must return or , defaulting to
Return Value
None
Parameter
- The tasks, can be list of closure/class instance
- Task parameter
Return Value
Mixed
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
None
Parameter
None
Return Value
Current task state.
All versions of pipeline with dependencies
PHP Build Version
Package Version
No informations.
The package gandung/pipeline contains the following files
Loading the files please wait ....