|
@@ -44,7 +44,7 @@ Request a job
|
|
|
- doNormalJob: Call the job and wait for the result ( Only newest gearman versions )
|
|
|
- doHighJob: Call the job and wait for the result on High Preference
|
|
|
- doLowJob: Call the job and wait for the result on Low Preference
|
|
|
-- doBackroundJob: Call the job without waiting for the result.
|
|
|
+- doBackgroundJob: Call the job without waiting for the result.
|
|
|
- It receives a job handle for the submitted job
|
|
|
- doHighBackgroundJob: Call the job without waitting for the result on High Preference.
|
|
|
- It receives a job handle for the submitted job
|
|
@@ -71,4 +71,4 @@ Tasks
|
|
|
- addTaskBackground: Add a background task to be run in parallel
|
|
|
- addTaskHighBackground: Add a high priority background task to be run in parallel
|
|
|
- addTaskLowBackground: Add a low priority background task to be run in parallel
|
|
|
-- runTasks: Run a list of tasks in parallel
|
|
|
+- runTasks: Run a list of tasks in parallel
|