Sleeping until client is has I/O.¶
SYNOPSIS¶
#include <libgearman/gearman.h>
-
gearman_return_t gearman_client_wait(gearman_client_st *client)¶
Link with -lgearman
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.
RETURN VALUE¶
HOME¶
To find out more information please check: http://gearman.info/
SEE ALSO¶
gearmand(8) libgearman(3)