class
Illuminate
/
Process
/
InvokedProcessPool
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
InvokedProcessPool
Implements
Properties
protected
$invokedProcesses array
The array of invoked processes.
Default: null
Methods
public
__construct ( array $invokedProcesses ) : void
Create a new invoked process pool.
Parameters
- $invokedProcesses array
public
signal ( int $signal ) : Illuminate\...\Collection
Send a signal to each running process in the pool, returning the processes that were signalled.
Parameters
- $signal int
public
running ( ) : Illuminate\...\Collection
Get the processes in the pool that are still currently running.
public
count ( ) : int
Get the total number of processes.