Download the PHP package oasis/multitasking without Composer
On this page you can find all versions of the php package oasis/multitasking. 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 multitasking
php-multitasking
Multitasking support for PHP, using pcntl library to fork children processes
Installation
oasis/multitasking is an open-source component available at packagist.org
. To require the package, try the following in your project directory:
Background Worker Manager
If you ever want to run something in the background(i.e. a callable
that is often referred to as worker), you should have a look at BackgroundWorkerManager
class. This class provides the following features:
- Run multiple workers in the background (forked process)
- An ordered worker queue which limits the concurrent running worker to a preset number
- Wait functionality for the parent process
Example:
All versions of multitasking with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.1
ext-pcntl Version *
oasis/logging Version ^1.1
oasis/event Version ^1.0
ext-pcntl Version *
oasis/logging Version ^1.1
oasis/event Version ^1.0
The package oasis/multitasking contains the following files
Loading the files please wait ....