1GEARMAN_CLIENT_RUN_TASKS(3) Gearmand GEARMAN_CLIENT_RUN_TASKS(3)
2
3
4
6 gearman_client_run_tasks - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_run_tasks(gearman_client_st *client)
12
13 Link with -lgearman
14
16 gearman_client_run_tasks() executes one or more tasks that have been
17 added via gearman_client_add_task(), gearman_client_add_task_status()
18 or gearman_client_add_task_background().
19
20 gearman_client_run_tasks() can also be used with gearman_execute() if
21 either non-blocking or background tasks were created with it.
22
24 gearman_return_t
25
26 If GEARMAN_PAUSE is returned one of the tasks has "paused" in order to
27 give the caller an opportunity to take some actions (like read data,
28 handle an exception, etc...). See gearman_task_st for more information
29 about the state of a task.
30
32 To find out more information please check: http://gearman.info/
33
34 SEE ALSO:
35 gearmand(8) libgearman(3)
36
38 Data Differential http://www.datadifferential.com/
39
41 2011-2014, Data Differential, http://www.datadifferential.com/
42
43
44
45
461.1.18 December 11, 2017 GEARMAN_CLIENT_RUN_TASKS(3)