logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearman_client_wait - Gearmand Documentation, http://gearman.info/

Author

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

See Also