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

Author

Description

gearman_work_t describe work for gearman_execute().

       gearman_work() creates a gearman_work_t with a priority.

       gearman_work_epoch()  creates  a  gearman_work_t which tells gearman_execute() to execute the workload at
       the time specified by epoch.

       gearman_work_background() creates a gearman_work_t which tells gearman_execute() to execute the  workload
       as a background job.

Name

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

See Also

gearmand(8)libgearman(3)gearman_execute()

Synopsis

       #include <libgearman/gearman.h>

       typegearman_work_ttypegearman_job_priority_tgearman_work_tgearman_work(gearman_job_priority_tpriority)gearman_work_tgearman_work_epoch(time_tepoch,gearman_job_priority_tpriority)gearman_work_tgearman_work_background(gearman_job_priority_tpriority)

       Compile and link with -lgearman

See Also