1gearman_client_do_low_background(3) Gearmangearman_client_do_low_background(3)
2
3
4
6 gearman_client_do_low_background - Single Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_do_low_background(gearman_client_st
12 *client, const char *function_name, const char *unique, const void
13 *workload, size_t workload_size, char *job_handle);
14
16 Run a low priority task in the background. See gearman_client_do_back‐
17 ground() for parameter and return information.
18
20 The Gearman homepage: http://www.gearman.org/
21
23 Bugs should be reported at https://bugs.launchpad.net/gearmand
24
26 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
27
28 Use and distribution licensed under the BSD license. See the COPYING
29 file in the original source for full text.
30
31
32
33Gearman 2010-03-15gearman_client_do_low_background(3)