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

Author

Description

       A  gearman_job_handle_t represents a "job handle". A job handle is a text string that represents the name
       of a task (in truth gearman_job_handle_t is a typedef'ed char[GEARMAN_JOB_HANDLE_SIZE]).

       gearman_client_job_status()   use   handles   to   find   the   status   of   tasks.   When   passed   to
       gearman_client_do_background() it will be populated with the job handle.

Home

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

Name

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

Return Value

       None.

See Also

gearmand(8)libgearman(3)gearman_job_st

Synopsis

       #include <libgearman/gearman.h>

       typegearman_job_handle_t

See Also