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_parse_servers - Gearmand Documentation, http://gearman.info/

Author

Description

gearman_parse_servers() parses a list of servers and call the gearman_parse_server_fn() for each server.

Home

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

Name

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

Return Value

       A  value  of  type  gearman_return_t   is  returned.  On success that value will be GEARMAN_SUCCESS.  Use
       gearman_strerror to translate this value to a printable string.

See Also

gearmand(8)libgearman(3)

Synopsis

       #include <libgearman/gearman.h>

       typegearman_parse_server_fngearman_return_tgearman_parse_servers(constchar*servers,gearman_parse_server_fn*function,void*context)

       Link with -lgearman

See Also