GearmanClient::runTasks
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.5.0)
Run a list of tasks in parallel
Description
GearmanClient::runTasks(): bool
For a set of tasks previously added with GearmanClient::addTask, GearmanClient::addTaskHigh, GearmanClient::addTaskLow, GearmanClient::addTaskBackground, GearmanClient::addTaskHighBackground, or GearmanClient::addTaskLowBackground, this call starts running the tasks in parallel.
Parameters Parameters
Return Values
Success
See Also
GearmanClient::addTask