1gearman_client_add_task_background(3)Gearmagnearman_client_add_task_background(3)
2
3
4

NAME

6       gearman_client_add_task_background - Concurrent Task Interface
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11         gearman_task_st *gearman_client_add_task_background(gearman_client_st
12       *client,  gearman_task_st *task,  void  *context,   const  char  *func‐
13       tion_name,   const  char  *unique,  const void *workload,  size_t work‐
14       load_size,  gearman_return_t *ret_ptr);
15

DESCRIPTION

17       Add  a  background  task   to   be   run   in   parallel.   See   gear‐
18       man_client_add_task() for details.
19

SEE ALSO

21       The Gearman homepage: http://www.gearman.org/
22

BUGS

24       Bugs should be reported at https://bugs.launchpad.net/gearmand
25

COPYING

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                           2010-03-g1e5arman_client_add_task_background(3)
Impressum