ProcessDriver
class ProcessDriver implements Driver
Methods
array
Details
at line 27
__construct(Factory $processFactory)
Create a new process based concurrency driver.
at line 35
array
run(Closure|array $tasks, CarbonInterval|int|null $timeout = null)
Run the given tasks concurrently and return an array containing the results.
at line 127
DeferredCallback
defer(Closure|array $tasks)
Start the given tasks in the background after the current task has finished.