Download the PHP package kzykhys/parallel without Composer
On this page you can find all versions of the php package kzykhys/parallel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package parallel
Parallel.php - Simple multitasking library
- Requirements
- Usage
- Installation
- License
- Author
Requirements
- UNIX
- CGI or CLI version of PHP5.4+
- Compiled with --enable-pcntl
Usage
Run multiple tasks asynchronously
will outputs like this:
Get an array containing all the results of each job
Notes:
- Internally unix socket is used to receive a value from child process.
- The result must be serializable.
will output like this:
Process multiple values asynchronously
Get an array containing all the results of each job
Notes:
- Internally unix socket is used to receive a value from child process.
- The result must be serializable.
will output like this:
Java like Thread
and Runnable
Installation
Update or create composer.json.
License
The MIT License
Author
Kazuyuki Hayashi (@kzykhys)
All versions of parallel with dependencies
PHP Build Version
Package Version
No informations.
The package kzykhys/parallel contains the following files
Loading the files please wait ....