Pipe
class Pipe mixin Factory mixin PendingProcess
Properties
| protected array<int|PendingProcess> | $pendingProcesses | The array of pending processes. |
Methods
as(string $key)
Add a process to the pipe with a key.
run(callable|null $output = null)
Runs the processes in the pipe.
__call(string $method, array $parameters)
Dynamically proxy methods calls to a new pending process.
Details
at line 37
PendingProcess
as(string $key)
Add a process to the pipe with a key.
at line 47
ProcessResult
run(callable|null $output = null)
Runs the processes in the pipe.
at line 77
PendingProcess
__call(string $method, array $parameters)
Dynamically proxy methods calls to a new pending process.