gearman_client_wait - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.20+ds Mar 19, 2025 GEARMAN_CLIENT_WAIT(3)
Description
Calling gearman_client_wait() causes the calling code to sleep until either the timeout in
gearman_client_st is reached or gearmand responds to the client.
Home
To find out more information please check: http://gearman.info/Name
gearman_client_wait - Gearmand Documentation, http://gearman.info/Return Value
gearman_return_t
See Also
gearmand(8)libgearman(3)
Synopsis
#include <libgearman/gearman.h>
gearman_return_tgearman_client_wait(gearman_client_st*client)
Link with -lgearman
