1gearman_client_wait(3) Gearman gearman_client_wait(3)
2
3
4
6 gearman_client_wait - Client Declarations
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_wait(gearman_client_st *client);
12
14 When in non-blocking I/O mode, wait for activity from one of the
15 servers. *
16
18 [in] client Structure previously initialized with gear‐
19 man_client_create() or gearman_client_clone().
20
22 Standard gearman return value.
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 2010-03-15 gearman_client_wait(3)