gearman_client_wait - Man Page

Gearmand Documentation, http://gearman.info/

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

gearman_return_t

Home

To find out more information please check: http://gearman.info/

See Also

gearmand(8) libgearman(3)

Author

Data Differential http://www.datadifferential.com/

Info

Nov 06, 2023 1.1.21 Gearmand