1gearman_worker_free(3) Gearman gearman_worker_free(3)
2
3
4
6 gearman_worker_free - Worker Declarations
7
9 #include <libgearman/gearman.h>
10
11 void gearman_worker_free(gearman_worker_st *worker);
12
14 Free resources used by a worker structure. *
15
17 [in] worker Structure previously initialized with gear‐
18 man_worker_create() or gearman_worker_clone().
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_worker_free(3)