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

Author

Description

gearman_client_run_tasks() executes one or more tasks that have been added via gearman_client_add_task(),
       gearman_client_add_task_status() or gearman_client_add_task_background().

       gearman_client_run_tasks()  can  also be used with gearman_execute() if either non-blocking or background
       tasks were created with it.

Home

       To find out more information please check: http://gearman.info/SEEALSO:gearmand(8)libgearman(3)

Name

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

Return Value

gearman_return_t

       If GEARMAN_PAUSE is returned one of the tasks has "paused" in order to give the caller an opportunity  to
       take some actions (like read data, handle an exception, etc...). See gearman_task_st for more information
       about the state of a task.

Synopsis

       #include <libgearman/gearman.h>

       gearman_return_tgearman_client_run_tasks(gearman_client_st*client)

       Link with -lgearman

See Also