1gearman_client_add_task_high(3) Gearman gearman_client_add_task_high(3)
2
3
4
6 gearman_client_add_task_high - Concurrent Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_task_st *gearman_client_add_task_high(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
17 Add a high priority 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 2010-03-15 gearman_client_add_task_high(3)