1GEARMAN_CLIENT_WAIT(3) Gearmand GEARMAN_CLIENT_WAIT(3)
2
3
4
6 gearman_client_wait - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_client_wait(gearman_client_st *client)
12
13 Link with -lgearman
14
16 Calling gearman_client_wait() causes the calling code to sleep until
17 either the timeout in gearman_client_st is reached or gearmand responds
18 to the client.
19
21 gearman_return_t
22
24 To find out more information please check: http://gearman.info/
25
27 gearmand(8) libgearman(3)
28
30 Data Differential http://www.datadifferential.com/
31
33 2011-2014, Data Differential, http://www.datadifferential.com/
34
35
36
37
381.1.18 December 11, 2017 GEARMAN_CLIENT_WAIT(3)