1gearman_client_set_task_context_free_Ggfeenaa(rr3mm)aann_client_set_task_context_free_fn(3)
2
3
4
6 gearman_client_set_task_context_free_fn - Concurrent Task Interface
7
9 #include <libgearman/gearman.h>
10
11 void gearman_client_set_task_context_free_fn(gearman_client_st
12 *client, gearman_task_context_free_fn *function);
13
15 Set function to call when tasks are being cleaned up so applications
16 can clean up the task context. *
17
19 [in] client Structure previously initialized with gear‐
20 man_client_create() or gearman_client_clone().
21
22 [in] function Function to call to clean up task context.
23
25 The Gearman homepage: http://www.gearman.org/
26
28 Bugs should be reported at https://bugs.launchpad.net/gearmand
29
31 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
32
33 Use and distribution licensed under the BSD license. See the COPYING
34 file in the original source for full text.
35
36
37
38Gearman 201g0e-a0r3m-a1n5_client_set_task_context_free_fn(3)