1gearman_client_add_task_low_backgrounGdeg(ae3ra)mramnan_client_add_task_low_background(3)
2
3
4
6 gearman_client_add_task_low_background - Concurrent Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_task_st * gearman_client_add_task_low_background(gear‐
12 man_client_st *client, gearman_task_st *task, void *context, const
13 char *function_name, const char *unique, const void *workload,
14 size_t workload_size, gearman_return_t *ret_ptr);
15
17 Add a low priority background task to be run in parallel. See gear‐
18 man_client_add_task() for details.
19
21 The Gearman homepage: http://www.gearman.org/
22
24 Bugs should be reported at https://bugs.launchpad.net/gearmand
25
27 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
28
29 Use and distribution licensed under the BSD license. See the COPYING
30 file in the original source for full text.
31
32
33
34Gearman 2010g-e0a3r-m1a5n_client_add_task_low_background(3)