1gearman_client_run_tasks(3) Gearman gearman_client_run_tasks(3)
2
3
4
6 gearman_client_run_tasks - Concurrent Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_run_tasks(gearman_client_st *client);
12
14 Run tasks that have been added in parallel. *
15
17 [in] client Structure previously initialized with gear‐
18 man_client_create() or gearman_client_clone().
19
21 Standard gearman return value.
22
24 The Gearman homepage: http://www.gearman.org/
25
27 Bugs should be reported at https://bugs.launchpad.net/gearmand
28
30 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
31
32 Use and distribution licensed under the BSD license. See the COPYING
33 file in the original source for full text.
34
35
36
37Gearman 2010-03-15 gearman_client_run_tasks(3)