~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH gearman_client_add_task_low_background 3 2009-09-29 "Gearman" "Gearman"
.SH NAME
gearman_client_add_task_low_background \- Concurrent Task Interface
.SH SYNOPSIS
.B #include <libgearman/gearman.h>
.sp
.BI " gearman_task_st * gearman_client_add_task_low_background(gearman_client_st " *client ",  gearman_task_st " *task ",  const void " *context ",  const char " *function_name ",  const char " *unique ",  const void " *workload ",  size_t " workload_size ",  gearman_return_t *ret_ptr);"
.SH DESCRIPTION
Add a low priority background task to be run in parallel. See
gearman_client_add_task() for details.
.SH "SEE ALSO"
The Gearman homepage: http://www.gearman.org/
.SH BUGS
Bugs should be reported at https://bugs.launchpad.net/gearmand
.SH COPYING
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.

Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.