PHP » GoLang |
login |
register |
about
|
GoLang GearmanClient::addTaskHighBackground
request it (392)
GoLang replacement for PHP's GearmanClient::addTaskHighBackground
[edit | history]
PHP GearmanClient::addTaskHighBackgroundPHP original manual for GearmanClient::addTaskHighBackground [ show | php.net ]GearmanClient::addTaskHighBackground(PECL gearman >= 0.5.0) GearmanClient::addTaskHighBackground — Add a high priority background task to be run in parallel Description
public GearmanTask GearmanClient::addTaskHighBackground
( string
$function_name
, string $workload
[, mixed &$context
[, string $unique
]] )Adds a high priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a high priority will be selected from the queue before those of normal or low priority. Parameters
Return Values
A GearmanTask object or See Also
|
more
Recently updated
more
Most requested
more
Last requests
|